This commit is contained in:
Telesphoreo 2023-03-06 01:02:55 -06:00
parent 785a0df912
commit c0a8f2c8de
1 changed files with 12 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -30,6 +30,7 @@ pipeline {
branch "1.19.3"
}
steps {
script {
try {
withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
withGradle {
@ -43,6 +44,7 @@ pipeline {
}
}
}
}
post {
always {
archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true