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'