mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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 'pwd'
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
|
|
||||||
if($WWW == "") {
|
script {
|
||||||
currentBuild.result = 'SUCCESS'
|
if("${WWW}" == "") {
|
||||||
return
|
currentBuild.result = 'UNSTABLE'
|
||||||
|
return
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue