Merge branch 'hotfixes/hotfixe-git-pull-pipeline' into staging
This commit is contained in:
commit
95c9e36eff
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
agent { label 'apache && dev' }
|
||||
steps {
|
||||
sh '''cd /var/www/nextcloud/nextcloud/custom_apps
|
||||
sudo su jenkins -c "git pull origin staging" '''
|
||||
sudo su jenkins -c "git stash && git pull origin staging" '''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user