mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-28 21:25:44 +01:00
Jenkinsfile syntax
This commit is contained in:
parent
74bb9f213b
commit
a3c4095877
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -132,12 +132,12 @@ pipeline {
|
||||
sh 'mvn -o deploy'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
if (env.CI_SKIP == "true") {
|
||||
currentBuild.result = 'NOT_BUILT'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
if (env.CI_SKIP == "true") {
|
||||
currentBuild.result = 'NOT_BUILT'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user