diff --git a/Jenkinsfile b/Jenkinsfile index f04f27e..8c71cd8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('Deploy') { steps { script { - sh "bash deploy/nio17.sh &" + sh "bash deploy/nio17.sh" } } }