Fix Supercup Jenkinsfile
This commit is contained in:
2
jenkinsfiles/SupercupUpdater/Jenkinsfile
vendored
2
jenkinsfiles/SupercupUpdater/Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
stage('Execute') {
|
||||
steps {
|
||||
script {
|
||||
String jdkPath = tool name: 'OpenJDK', type: 'jdk'
|
||||
String jdkPath = tool name: 'OpenJDK19', type: 'jdk'
|
||||
withCredentials([
|
||||
usernamePassword(credentialsId: 'aws', usernameVariable: 'AWS_ACCESS_KEY_ID', passwordVariable: 'AWS_SECRET_KEY'),
|
||||
usernamePassword(credentialsId: 'forum_database', usernameVariable: 'TLW_DATABASE_USERNAME', passwordVariable: 'TLW_DATABASE_PASSWORD'),
|
||||
|
||||
Reference in New Issue
Block a user