Fix typo in Gradle property name for Nexus credentials in Jenkinsfile
This commit is contained in:
parent
7d046a060e
commit
53569f0951
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -7,7 +7,7 @@ pipeline {
|
|||
sh '''
|
||||
set +x
|
||||
chmod +x gradlew
|
||||
./gradlew build -PalttdSnapshotUsername=$USERNAME -PalttdSnapshotPass=$PASSWORD
|
||||
./gradlew build -PalttdSnapshotUsername=$USERNAME -PalttdSnapshotPassword=$PASSWORD
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user