Fix typo in Gradle property name for Nexus credentials in Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user