Remove steps.
This commit is contained in:
parent
b66becd978
commit
1f9b2fac31
|
@ -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!'
|
||||
|
|
Loading…
Reference in New Issue