fixed post block
This commit is contained in:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -29,14 +29,14 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
failure {
|
failure {
|
||||||
echo 'Build failed. Check logs.'
|
echo 'Build failed. Check logs.'
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
echo 'Server deployed successfully.'
|
echo 'Server deployed successfully.'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user