Skip to content

Commit

Permalink
feat: trigger packaging after a succefull build on master (#17961)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Apr 24, 2020
1 parent ba46955 commit 684106e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pipeline {
}
triggers {
issueCommentTrigger('(?i)^\\/packaging$')
upstream('Beats/beats-beats-mbp/master')
}
parameters {
booleanParam(name: 'macos', defaultValue: false, description: 'Allow macOS stages.')
Expand Down

0 comments on commit 684106e

Please sign in to comment.