2016-11-28 22 views

答えて

0

https://support.cloudbees.com/hc/en-us/articles/220860347-How-to-set-build-name-in-Pipeline-job

node { 
    currentBuild.displayName = "fooName" 
    currentBuild.description = "fooDescription" 
} 
+0

はこのsynthaxeで、動作しますが、.... '段階( "ビルド"){ ノード{currentBuild.displayName = "fooName111" currentBuild .DESCRIPTION = "fooDescription222" }} ' が、それはこのsynthaxeで動作しません: – babazs

+0

が、それはこのsynthaxeで動作しません: パイプライン{ \tエージェントany; \t段階{ \t \tステージ( "ビルド"){ \t \t手順{ \t \t currentBuild.displayName = "fooName323" currentBuild.description = "fooDescription" \t \t }} \t}} – babazs

+0

そしてbuild_idの変更はどうですか? – babazs

関連する問題