Jenkinsfileでビルドするときにこれをつけておくと最高になる - まーぽんって誰がつけたの?

Before & 最高なAfterのJenkinsfileのdiff 🍻 currentBuild.description = に好きな値を設定するだけ ❗️❗️ stage ("start notification") { steps { slackSend color: "good", message: "ビルド開始しました" + script { + currentBuild.description = "ここに好きな値をいれる。例えばビルドのparameterなど" + } } } ジョ…