From 042324c68e6ba1083fa899f1f4d18968a081bafc Mon Sep 17 00:00:00 2001 From: Can Wang Date: Sun, 9 Sep 2018 20:06:05 +0800 Subject: [PATCH] change script running path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 532591c92..11bb5742f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,7 @@ sed -i "42s/.*/ zkid: "1"/" ${CONFIG_PATH}/cluster-configuration.yaml # setup registry $JENKINS_HOME/scripts/setup_azure_int_registry.sh $CONFIG_PATH # build images -cd /pai/build/ +cd build/ sudo ./pai_build.py build -c $CONFIG_PATH # push images sudo ./pai_build.py push -c $CONFIG_PATH