Fix Name
dyb-tech.com/LaLiga-BackEnd/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-21 13:37:36 +02:00
parent 4abcc8921b
commit 8d499a5e9a
Vendored
+11
View File
@@ -0,0 +1,11 @@
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"
}
}
}
}
}