Update 'Jenkinsfile'

fix sintax
This commit is contained in:
Roberto Cirillo 2022-09-20 14:15:50 +02:00
parent 9bb86363d8
commit bf24870757
1 changed files with 5 additions and 5 deletions

10
Jenkinsfile vendored
View File

@ -35,12 +35,12 @@ pipeline {
}
}
stage('Clean') {
steps{
sh "mvn clean"
stage('Clean') {
steps{
sh "mvn clean"
}
}
}
}
}
// post-build actions
post {