mirror of
https://github.com/plexusorg/Plex.git
synced 2025-08-06 14:19:29 +00:00
Update Jenkinsfile
This commit is contained in:
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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user