mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-01 14:43:42 +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'
|
sh 'mvn -o deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
}
|
||||||
always {
|
post {
|
||||||
script {
|
always {
|
||||||
if (env.CI_SKIP == "true") {
|
script {
|
||||||
currentBuild.result = 'NOT_BUILT'
|
if (env.CI_SKIP == "true") {
|
||||||
}
|
currentBuild.result = 'NOT_BUILT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user