diff --git a/Jenkinsfile b/Jenkinsfile index 500867b..efc5393 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { echo "### transfer files on npm node ###" echo "##################################" sh ''' - scp -v -o StrictHostKeyChecking=no -i $PRIV_KEY -r ./* ubuntu@172.31.41.210:/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/ ''' echo '################################' echo '### run building on npm node ###'