From 7742b03639d2068bce7c40a23998a01ff0722e88 Mon Sep 17 00:00:00 2001 From: Faniry Arilanto Date: Mon, 7 Apr 2025 13:32:53 +0000 Subject: [PATCH] modify hytha staging path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d24f2a7..3af4d74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { when { branch 'staging' } agent { label 'apache && dev' } steps { - sh '''cd /var/www/nextcloud/nextcloud/custom_apps + sh '''cd /var/www/hytha35-sottye/nextcloud/custom_apps sudo su jenkins -c "git stash && git pull origin staging" ''' } }