Remove steps.
This commit is contained in:
parent
b66becd978
commit
1f9b2fac31
|
@ -196,11 +196,8 @@ pipeline {
|
||||||
// post-build actions
|
// post-build actions
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
steps {
|
|
||||||
// restore the default maven settings
|
|
||||||
mv "${agent_root_folder}/settings.${PIPELINE_BUILD_NUMBER}" "${agent_root_folder}/settings.xml"
|
mv "${agent_root_folder}/settings.${PIPELINE_BUILD_NUMBER}" "${agent_root_folder}/settings.xml"
|
||||||
echo 'The default maven settings have been restored'
|
echo 'The default maven settings have been restored'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
echo 'The pipeline worked!'
|
echo 'The pipeline worked!'
|
||||||
|
|
Loading…
Reference in New Issue