Skip to content

Commit

Permalink
fix: trigger master build of website pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Sep 5, 2019
1 parent ea5c7aa commit 80d0411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -52,7 +52,7 @@ pipeline {
}

steps {
build job: 'Camel.website', wait: false
build job: 'Camel.website/master', wait: false
}
}

Expand Down

0 comments on commit 80d0411

Please sign in to comment.