generated from gCubeCI/Pipeline-Docker-Template
parent
2e9027ad61
commit
9bb86363d8
|
@ -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'
|
sh 'mvn --settings $MAVEN_CONFIG_FOLDER/$gcube_settings -Dmaven.repo.local=$MAVEN_CONFIG_FOLDER/$local_repo $build_options dependency:tree clean deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('Clean') {
|
stage('Clean') {
|
||||||
steps{
|
steps{
|
||||||
sh "mvn clean"
|
sh "mvn clean"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// post-build actions
|
// post-build actions
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in New Issue