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,8 +13,10 @@ 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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user