This commit is contained in:
Vendored
+1
-1
@@ -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}'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user