Fix Supercup Jenkinsfile

This commit is contained in:
Julian Arndt
2024-01-05 10:03:50 +01:00
parent f599aa1954
commit 42c390e4ce

View File

@@ -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'),