mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-01 04:37:09 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a7dbe8a38e
commit
f3b3ef9f03
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -30,11 +30,18 @@ pipeline {
|
|||||||
branch "1.18.2"
|
branch "1.18.2"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
script {
|
||||||
|
try {
|
||||||
|
withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
|
||||||
withGradle {
|
withGradle {
|
||||||
sh "./gradlew :Scissors-API:publish --no-daemon"
|
sh "./gradlew :Scissors-API:publish --no-daemon"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
true
|
||||||
|
} catch (_) {
|
||||||
|
false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user