Unverified Commit ff7a3d35 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: adding color codes

Showing with 5 additions and 0 deletions
+5 -0
def call() {
try {
String ANSI_GREEN = "\u001B[32m"
String ANSI_NORMAL = "\u001B[0m"
String ANSI_BOLD = "\u001B[1m"
String ANSI_RED = "\u001B[31m"
String ANSI_YELLOW = "\u001B[33m"
println "In slack"
stage('slack_notify') {
mainDir = sh(returnStdout: true, script: "echo $JOB_NAME").split('/')[-4].trim()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment