Update 'Jenkinsfile'

fix sintax
This commit is contained in:
Roberto Cirillo 2022-09-20 14:14:56 +02:00
parent 2e9027ad61
commit 9bb86363d8
1 changed files with 6 additions and 6 deletions

12
Jenkinsfile vendored
View File

@ -34,14 +34,14 @@ pipeline {
sh 'mvn --settings $MAVEN_CONFIG_FOLDER/$gcube_settings -Dmaven.repo.local=$MAVEN_CONFIG_FOLDER/$local_repo $build_options dependency:tree clean deploy'
}
}
}
stage('Clean') {
steps{
sh "mvn clean"
stage('Clean') {
steps{
sh "mvn clean"
}
}
}
}
}
// post-build actions
post {
success {