mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
test jenkins
This commit is contained in:
parent
d5460ea89f
commit
79e1418265
1 changed files with 5 additions and 3 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -18,9 +18,11 @@ pipeline {
|
|||
sh 'pwd'
|
||||
sh 'ls'
|
||||
|
||||
if($WWW == "") {
|
||||
currentBuild.result = 'SUCCESS'
|
||||
return
|
||||
script {
|
||||
if("${WWW}" == "") {
|
||||
currentBuild.result = 'UNSTABLE'
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue