Merge branch 'fix/adjust-cicd-config-after-changing-repo' into 'staging'

Clean up unused CI/CD setup

See merge request sottye/hytha35!1
This commit is contained in:
Faniry Arilanto 2025-04-09 08:26:52 +00:00
commit 99bf1ed399

8
Jenkinsfile vendored
View File

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