diff --git a/Jenkinsfile b/Jenkinsfile index e355070..bc980b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,13 +43,13 @@ pipeline { scp -v -o StrictHostKeyChecking=no -i $PRIV_KEY -r ubuntu@13.48.201.185:/home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/* ./ ''' - echo '############################################' - echo '### remove all build files from npm node ###' - echo '############################################' + // echo '############################################' + // echo '### remove all build files from npm node ###' + // echo '############################################' - sh ''' - ssh -v -o StrictHostKeyChecking=no -i $PRIV_KEY -tt ubuntu@13.48.201.185 "cd /home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/ ; rm -r *" - ''' + // sh ''' + // ssh -v -o StrictHostKeyChecking=no -i $PRIV_KEY -tt ubuntu@13.48.201.185 "cd /home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/ ; rm -r *" + // ''' } } }