mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Update Jenkinsfile
This commit is contained in:
parent
890f847c2f
commit
53c888aed1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,12 +13,14 @@ pipeline {
|
|||||||
branch "master"
|
branch "master"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
withCredentials([usernamePassword(credentialsId: '85b7099f-2e65-461e-b2ce-124edec41ed6', passwordVariable: 'plexPassword', usernameVariable: 'plexUser')]) {
|
||||||
withGradle {
|
withGradle {
|
||||||
sh "./gradlew publish --no-daemon"
|
sh "./gradlew publish --no-daemon"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
||||||
|
Loading…
Reference in New Issue
Block a user