This commit is contained in:
Vendored
+10
-1
@@ -44,7 +44,16 @@ pipeline {
|
||||
|
||||
post {
|
||||
always {
|
||||
echo "Finished build for ${env.BRANCH_NAME}"
|
||||
script {
|
||||
sh 'rm -f ~/.netrc'
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
success {
|
||||
echo "✨ Manifest successfully uploaded to S3!"
|
||||
}
|
||||
failure {
|
||||
echo "❌ Build failed. Check the logs for Jeff's validation errors."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user