Skip to content

Commit 8ad8012

Browse files
committed
Stop triggering gpf-testing-instances build
We are switching to pull based aproach for running integration tests
1 parent c77a7ea commit 8ad8012

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Jenkinsfile

-13
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,7 @@ pipeline {
6060

6161
}
6262
}
63-
success {
64-
build job: '/iossifovlab/gpf-testing-instances/master',
65-
parameters: [
66-
string(name: 'GPFJS_COMMIT_ID', value: "${env.GIT_COMMIT}")
67-
],
68-
wait: false
69-
}
7063
unstable {
71-
build job: '/iossifovlab/gpf-testing-instances/master',
72-
parameters: [
73-
string(name: 'GPFJS_COMMIT_ID', value: "${env.GIT_COMMIT}")
74-
],
75-
wait: false
76-
7764
script {
7865
load('build-scripts/libjenkinsfile/zulip-tagged-notification.groovy').zulipTaggedNotification()
7966
}

0 commit comments

Comments
 (0)