Files
LaLiga-BackEnd/Jenkinsfile
T
earvin a84089c67d
dyb-tech.com/LaLiga-BackEnd/pipeline/head There was a failure building this commit
Fix curly braces
2024-05-21 14:30:21 +02:00

11 lines
262 B
Groovy

pipeline {
agent any
stages {
stage('Show Branch Name and Project Name') {
steps {
echo "The job name its ${JOB_NAME} at project dyb-tech.com - Jenkins"
}
}
}
}
}