Compare commits
1 Commits
fe3ebf9dc5
...
fb67eb50b7
| Author | SHA1 | Date | |
|---|---|---|---|
| fb67eb50b7 |
Vendored
+1
-1
@@ -3,7 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Clear current Branch') {
|
stage('Clear current Branch') {
|
||||||
steps {
|
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}'"
|
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