Fix braces
dyb-tech.com/LaLiga-FrontEnd/pipeline/head This commit looks good Details

This commit is contained in:
Diego de la Iglesia Regueiro 2024-05-21 14:51:37 +02:00
parent 5e81de98c1
commit e09eda6658
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any {
agent any
stages {
stage('Show Branch Name and Project Name') {
steps {
@ -7,5 +7,4 @@ pipeline {
}
}
}
}
}