Update Jenkinsfile.ci
All checks were successful
Tests / Declarative: Post Actions passed: 14
CI-Multi/pipeline/pr-main This commit looks good

This commit is contained in:
2026-02-06 21:35:56 +01:00
parent 1c572a30a0
commit 896a7413fe

View File

@@ -114,7 +114,6 @@ post {
msg = """ msg = """
✅ Todo en orden, camarada. ✅ Todo en orden, camarada.
- Build: #${env.BUILD_NUMBER}
- URL: ${env.BUILD_URL} - URL: ${env.BUILD_URL}
""".stripIndent().trim() """.stripIndent().trim()
} }
@@ -122,7 +121,6 @@ post {
msg = """ msg = """
❌ Alto ahí. ¿Qué clase de crímenes de guerra has cometido en esta PR? ❌ Alto ahí. ¿Qué clase de crímenes de guerra has cometido en esta PR?
- Build: #${env.BUILD_NUMBER}
- URL: ${env.BUILD_URL} - URL: ${env.BUILD_URL}
""".stripIndent().trim() """.stripIndent().trim()
} }
@@ -130,7 +128,6 @@ post {
msg = """ msg = """
⚠️ Dudoso… ⚠️ Dudoso…
- Build: #${env.BUILD_NUMBER}
- URL: ${env.BUILD_URL} - URL: ${env.BUILD_URL}
""".stripIndent().trim() """.stripIndent().trim()
} }