Merge branch 'releases/release-h2f' of https://gitlab.com/ezwaytechnology/nextcloud_custom_apps into releases/release-h2f

This commit is contained in:
Tiavina 2025-02-03 15:16:01 +03:00
commit f9a17d0efb

9
Jenkinsfile vendored
View File

@ -9,5 +9,14 @@ pipeline {
sudo su jenkins -c "git stash && git pull origin staging" '''
}
}
stage ("deploy h2f to dev ezway") {
when { branch 'releases/release-h2f' }
agent { label 'apache && dev' }
steps {
sh '''cd /var/www/h2f-nextcloud/custom_apps
sudo su jenkins -c "git stash && git pull origin releases/release-h2f" '''
}
}
}
}