modify Jenkinsfile

master
TBS093A 2022-03-01 16:05:29 +01:00
parent 787e17ea4e
commit 2ba3e560f2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
echo '########################################################' echo '########################################################'
sh ''' sh '''
scp -v -o StrictHostKeyChecking=no -i $PRIV_KEY -r ubuntu@13.48.201.185:/home/ubuntu/docker-compose/volumes/jenkins_node_00_npm/* ./ 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
''' '''
// echo '############################################' // echo '############################################'