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