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