From fe7169f6167c19502622fbad48d8fc011c12c4a9 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Tue, 1 Mar 2022 15:42:11 +0100 Subject: [PATCH] modify Jenkinsfile --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 *" + // ''' } } }