nextcloud: add jenkins job
This commit is contained in:
parent
d7a3471475
commit
ee9ca718e7
2
nextcloud/jenkins/Jenkinsfile
vendored
2
nextcloud/jenkins/Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'infra.1', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '''cd /home/rschneider/infra
|
||||
git pull
|
||||
cd /home/rschneider/infra/nextcloud/docker-compose
|
||||
cd /home/rschneider/infra/nextcloud/docker-compose/nextcloud
|
||||
docker compose down
|
||||
docker compose up -d
|
||||
''', execTimeout: 120000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user