add CiCd on DRL release hytha
This commit is contained in:
parent
a3d71c8af9
commit
086729bb0b
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -9,5 +9,13 @@ pipeline {
|
|||||||
sudo su jenkins -c "git stash && git pull origin staging" '''
|
sudo su jenkins -c "git stash && git pull origin staging" '''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage ("deploy to DRL dev ezway") {
|
||||||
|
when { branch 'releases/release-hytha' }
|
||||||
|
agent { label 'apache && dev' }
|
||||||
|
steps {
|
||||||
|
sh '''cd /var/www/drl-nextcloud/custom_apps
|
||||||
|
sudo su jenkins -c "git stash && git pull origin releases/release-hytha" '''
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user