1
我當作業創建它默認爲創建每次構建一個標籤添加addtional行爲工作的DSL如下詹金斯禁用標籤每個構建DSL
pipelineJob('demo/Development') {
definition {
cpsScm {
scm {
git('https://github.com/demo/demo.git','development')
}
scriptPath('Jenkinsfile')
}
}
}
。我怎樣才能在dsl工作上禁用這個功能?