diff --git a/Jenkinsfile b/Jenkinsfile index d24f2a7..3af4d74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { when { branch 'staging' } agent { label 'apache && dev' } steps { - sh '''cd /var/www/nextcloud/nextcloud/custom_apps + sh '''cd /var/www/hytha35-sottye/nextcloud/custom_apps sudo su jenkins -c "git stash && git pull origin staging" ''' } }