Fix typo in Gradle property name for Nexus credentials in Jenkinsfile

This commit is contained in:
akastijn 2025-06-28 03:01:02 +02:00
parent 7d046a060e
commit 53569f0951

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
sh ''' sh '''
set +x set +x
chmod +x gradlew chmod +x gradlew
./gradlew build -PalttdSnapshotUsername=$USERNAME -PalttdSnapshotPass=$PASSWORD ./gradlew build -PalttdSnapshotUsername=$USERNAME -PalttdSnapshotPassword=$PASSWORD
''' '''
} }
} }