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