Update Jenkinsfile.ci
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user