Skip to content

Commit c50fa0b

Browse files
committed
Added webhook to branch scanner in the seed job and corresponding plugins
1 parent ff51d8e commit c50fa0b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ try {
9292
}
9393
}
9494
triggers {
95-
periodic(1)
95+
// periodic(1) // 1 minute
96+
periodic(86400000) // 1 day
97+
computedFolderWebHookTrigger {
98+
// The token to match with webhook token.
99+
token(project)
100+
}
96101
}
97102
orphanedItemStrategy {
98103
discardOldItems {

plugins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ docker-commons:1.13
3434
docker-workflow:1.17
3535
durable-task:1.29
3636
favorite:2.3.2
37+
generic-webhook-trigger:1.54
3738
git-client:2.7.6
3839
git:3.9.3
3940
github-api:1.95
@@ -145,6 +146,7 @@ maven-plugin:3.2
145146
metrics:4.0.2.3
146147
mq-notifier:1.2.8
147148
multiple-scms:0.6
149+
multibranch-scan-webhook-trigger:1.0.5
148150
nexus-artifact-uploader:2.10
149151
nexus-jenkins-plugin:3.5.20190313-114450.3bfee7f
150152
node-iterator-api:1.5
@@ -168,8 +170,6 @@ ssh-slaves:1.29.4
168170
summary_report:1.15
169171
support-core:2.56
170172
timestamper:1.9
171-
vsphere-cloud:2.19
172-
windows-slaves:1.4
173173
ws-cleanup:0.37
174174
xunit:2.3.3
175175
code-coverage-api:1.0.7

0 commit comments

Comments
 (0)