Merge branch 'releases/release-h2f' of https://gitlab.com/ezwaytechnology/nextcloud_custom_apps into releases/release-h2f
This commit is contained in:
commit
f9a17d0efb
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -9,5 +9,14 @@ pipeline {
|
|||||||
sudo su jenkins -c "git stash && git pull origin staging" '''
|
sudo su jenkins -c "git stash && git pull origin staging" '''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage ("deploy h2f to dev ezway") {
|
||||||
|
when { branch 'releases/release-h2f' }
|
||||||
|
agent { label 'apache && dev' }
|
||||||
|
steps {
|
||||||
|
sh '''cd /var/www/h2f-nextcloud/custom_apps
|
||||||
|
sudo su jenkins -c "git stash && git pull origin releases/release-h2f" '''
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user