ci: push to s3
davinTI/app-dono-modulos/pipeline/head There was a failure building this commit

This commit is contained in:
tkinaba
2026-02-27 14:14:22 -03:00
parent 28bba63131
commit cf1f4dcde3
Vendored
+10 -1
View File
@@ -44,7 +44,16 @@ pipeline {
post { post {
always { 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."
} }
} }
} }