mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-04-22 06:33:01 +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"
|
branch "1.19.3"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
try {
|
try {
|
||||||
withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
||||||
withGradle {
|
withGradle {
|
||||||
@ -43,6 +44,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true
|
archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user