Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-04-07 16:09:22 -05:00
parent 890f847c2f
commit 53c888aed1
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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"
}
}
}
}