Compare commits
2 Commits
eb996dd004
...
67a0576e4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67a0576e4d | ||
|
|
42c390e4ce |
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