Skip to content

Commit

Permalink
Use the GitHub web hook to trigger a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 5, 2025
1 parent 87edf54 commit 9d99109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
}
}
triggers {
pollSCM('H/5 * * * *')
githubPush()
}
parameters {
booleanParam(name: 'CODESIGN', defaultValue: false, description: 'Sign the artifacts.')
Expand Down

0 comments on commit 9d99109

Please sign in to comment.