diff --git a/Jenkinsfile b/Jenkinsfile index dd177b2a..71168ba0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Clear current Branch') { steps { - echo "## Clearing - ${JOB_NAME}/${BRANCH_NAME} ##" + echo "## Clearing - ${JOB_NAME} ##" sh "ssh -o StrictHostKeyChecking=no laliga@webt.dyb-tech.com 'rm -rf /opt/srv/LaLiga-BackEnd/${BRANCH_NAME}'" } }