We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de67d04 + d60b98a commit a88cfceCopy full SHA for a88cfce
configuration/jobs/seed-multibranch-pipelines/config.xml
@@ -92,7 +92,10 @@ try {
92
}
93
94
triggers {
95
- periodic(1)
+ computedFolderWebHookTrigger {
96
+ // The token to match with webhook token.
97
+ token(project)
98
+ }
99
100
orphanedItemStrategy {
101
discardOldItems {
plugins.txt
@@ -106,6 +106,7 @@ metrics:4.0.2.5
106
momentjs:1.1.1
107
mq-notifier:1.2.9
108
multiple-scms:0.6
109
+multibranch-scan-webhook-trigger:1.0.5
110
nexus-artifact-uploader:2.10
111
nexus-jenkins-plugin:3.7.20190823-091836.9f85050
112
node-iterator-api:1.5
0 commit comments