This commit is contained in:
2023-03-06 01:02:55 -06:00
parent 785a0df912
commit c0a8f2c8de
Vendored
+2
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