From 5c4278b798086f1f89d0c64f5976bcfb9ecb2dbd Mon Sep 17 00:00:00 2001 From: TBS093A Date: Tue, 1 Mar 2022 16:12:39 +0100 Subject: [PATCH] modify Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 65632e9..0f8bfd0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { echo '########################################################' sh ''' - scp -v -o StrictHostKeyChecking=no -i $PRIV_KEY -r ubuntu@13.48.201.185:/home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/public/* ./public/ + scp -v -o StrictHostKeyChecking=no -i $PRIV_KEY -r ubuntu@13.48.201.185:/home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/public ./ ''' // echo '############################################'