Skip to content

Commit

Permalink
Disabling deactivated, because jobdsl does not change it per pipeline…
Browse files Browse the repository at this point in the history
… job
  • Loading branch information
Joerg Flade committed May 13, 2020
1 parent 490bafc commit 7806eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JenkinsJobDslRemote.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ void createMultibranchPipelineJob(final MultibranchModel multibranchModel) {
* @param model Pipeline model for pipeline job
*/
void createPipelineJob(final PipelineJobModel pipelineJobModel) {
println("Disabled: " +pipelineJobModel.getDisabled())
println("[INFO] creating pipeline job (${pipelineJobModel.getJobName()})...")
pipelineJob(pipelineJobModel.getJobName()) {
description(pipelineJobModel.getJobDescription())
Expand Down

0 comments on commit 7806eb6

Please sign in to comment.