Skip to content

Commit a6168b1

Browse files
committed
Removing all to wkt-sync job
1 parent 9c227b6 commit a6168b1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Jenkinsfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ pipeline {
7878
sh 'mvn -B -DskipITs=false -Dmw_home=${ORACLE_HOME} -Ddb.use.container.network=true install'
7979
}
8080
}
81-
stage ('Sync') {
82-
when {
83-
branch 'main'
84-
anyOf {
85-
not { triggeredBy 'TimerTrigger' }
86-
tag 'release-*'
87-
}
88-
}
89-
steps {
90-
build job: "wkt-sync", parameters: [ string(name: 'REPOSITORY', value: 'weblogic-deploy-tooling') ]
91-
}
92-
}
9381
stage ('Alias Test') {
9482
// only run this stage when triggered by a cron timer and the commit does not have []skip-ci in the message
9583
// for example, only run integration tests during the timer triggered nightly build

0 commit comments

Comments
 (0)