Merge branch 'hotfixes/hotfixe-git-pull-pipeline' into staging

This commit is contained in:
Tiavina 2024-12-26 11:21:12 +03:00
commit 95c9e36eff

2
Jenkinsfile vendored
View File

@ -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" '''
}
}
}