mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-06 01:46:53 +00:00
?
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user