diff --git a/Jenkinsfile b/Jenkinsfile index 51b20c6..55b3a07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,10 @@ pipeline { branch "master" } steps { + withCredentials([usernamePassword(credentialsId: '85b7099f-2e65-461e-b2ce-124edec41ed6', passwordVariable: 'plexPassword', usernameVariable: 'plexUser')]) { withGradle { sh "./gradlew publish --no-daemon" + } } } }