mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
?
This commit is contained in:
parent
785a0df912
commit
c0a8f2c8de
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user