nextcloud: add jenkins job

This commit is contained in:
Schneider Roland 2024-10-13 14:19:19 +02:00
parent ee9ca718e7
commit ddd9fb08af

View File

@ -2,13 +2,8 @@ pipeline {
agent any
stages {
stage('Hello') {
stage('Git pull && docker compose restart') {
steps {
sh '''
ls -lah
'''
echo 'Hello World'
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/nextcloud