Clean up unused CI/CD setup

This commit is contained in:
FaniryArilanto 2025-04-09 11:25:57 +03:00
parent 879c2ad766
commit 39a6e347eb

8
Jenkinsfile vendored
View File

@ -9,13 +9,5 @@ pipeline {
sudo su jenkins -c "git stash && git pull origin staging" ''' 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" '''
}
}
} }
} }