From 988a05e94d9ce561c556775d065e130ddcf4cb9f Mon Sep 17 00:00:00 2001 From: pumpurumer Date: Wed, 28 Sep 2022 14:35:27 +0400 Subject: [PATCH] rebuild commit --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c72135..9ad1162 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,9 +10,10 @@ node('Lithium'){ } sh "git checkout ${env.BRANCH_NAME}" sh "git checkout -- ." - sh "git pull" - sh "git submodule update --init --recursive" - sh "git submodule update --remote --merge" + + //sh "git pull" + //sh "git submodule update --init --recursive" + //sh "git submodule update --remote --merge" } stage("build and publish"){ sh label: '', script: 'npm i'