Compare commits

...

1 Commits

Author SHA1 Message Date
Diego de la Iglesia Regueiro fb67eb50b7 Fix Jenkinsfile redundant info
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good Details
2024-05-23 01:02:34 +02:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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}'"
}
}