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
036dae321f
commit
6c39d20b98
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
|
|
||||||
script {
|
script {
|
||||||
if("${WWW}" == "" || "${ENV}" == "" || ("${env.BRANCH_NAME}" != "master" && "${env.BRANCH_NAME}" != "dvelop")) {
|
if("${WWW}" == "" || "${ENV}" == "" || ("${env.BRANCH_NAME}" != "master" && "${env.BRANCH_NAME}" != "develop")) {
|
||||||
println "INCORRECT VARIABLES"
|
println "INCORRECT VARIABLES"
|
||||||
currentBuild.result = 'FAILED'
|
currentBuild.result = 'FAILED'
|
||||||
failed = true
|
failed = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue