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
fd01a0db9d
commit
d5460ea89f
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -17,6 +17,11 @@ pipeline {
|
||||||
echo "ENV: ${ENV}"
|
echo "ENV: ${ENV}"
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
|
|
||||||
|
if($WWW == "") {
|
||||||
|
currentBuild.result = 'SUCCESS'
|
||||||
|
return
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue