fix jenkins file
This commit is contained in:
parent
3042362ea6
commit
bdd4c3fe05
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
agent { label 'apache && dev' }
|
agent { label 'apache && dev' }
|
||||||
steps {
|
steps {
|
||||||
sh '''cd /var/www/nextcloud/nextcloud/custom_apps
|
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