Skip to content

Commit a88cfce

Browse files
authored
Merge pull request #14 from rht-labs/feature/seed-improvements
Improvements to the seed job
2 parents de67d04 + d60b98a commit a88cfce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

configuration/jobs/seed-multibranch-pipelines/config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ try {
9292
}
9393
}
9494
triggers {
95-
periodic(1)
95+
computedFolderWebHookTrigger {
96+
// The token to match with webhook token.
97+
token(project)
98+
}
9699
}
97100
orphanedItemStrategy {
98101
discardOldItems {

plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ metrics:4.0.2.5
106106
momentjs:1.1.1
107107
mq-notifier:1.2.9
108108
multiple-scms:0.6
109+
multibranch-scan-webhook-trigger:1.0.5
109110
nexus-artifact-uploader:2.10
110111
nexus-jenkins-plugin:3.7.20190823-091836.9f85050
111112
node-iterator-api:1.5

0 commit comments

Comments
 (0)