We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71db6fc commit 71fb1fbCopy full SHA for 71fb1fb
Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
87
}
88
89
steps {
90
- build job: "wkt-sync", parameters: [ choice(name: 'REPOSITORY', value: 'weblogic-deploy-tooling') ]
+ build job: "wkt-sync", parameters: [ string(name: 'REPOSITORY', value: 'weblogic-deploy-tooling') ]
91
92
93
stage ('Alias Test') {
0 commit comments