Remove steps.

This commit is contained in:
Manuele Simi 2019-10-10 11:04:29 -04:00
parent b66becd978
commit 1f9b2fac31
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -196,11 +196,8 @@ pipeline {
// post-build actions
post {
always {
steps {
// restore the default maven settings
mv "${agent_root_folder}/settings.${PIPELINE_BUILD_NUMBER}" "${agent_root_folder}/settings.xml"
echo 'The default maven settings have been restored'
}
}
success {
echo 'The pipeline worked!'