Skip to content

Commit f5070f6

Browse files
committed
removing call to wkt-sync job
1 parent 12c0b27 commit f5070f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,6 @@ pipeline {
411411
}
412412
}
413413
}
414-
stage('Call sync job') {
415-
steps {
416-
build job: 'wkt-sync'
417-
}
418-
}
419414
stage('Call Downstream Job') {
420415
steps {
421416
build job: "${downstream_job_name}", propagate: false, parameters: [

0 commit comments

Comments
 (0)