Skip to content

Commit 71fb1fb

Browse files
committed
fixing wkt-sync parameter type
1 parent 71db6fc commit 71fb1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pipeline {
8787
}
8888
}
8989
steps {
90-
build job: "wkt-sync", parameters: [ choice(name: 'REPOSITORY', value: 'weblogic-deploy-tooling') ]
90+
build job: "wkt-sync", parameters: [ string(name: 'REPOSITORY', value: 'weblogic-deploy-tooling') ]
9191
}
9292
}
9393
stage ('Alias Test') {

0 commit comments

Comments
 (0)