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

fixL updating message

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ def call() {
}
}
else {
println (ANSI_BOLD + ANSI_RED + "Tigger is NOT in the deployment window. Deployment windows are $env.START_TIME - $env.END_TIME and $env.START_TIME1 - $env.END_TIME1. Aborting!" + ANSI_NORMAL)
println (ANSI_BOLD + ANSI_RED + "Tigger is NOT in the deployment window. Deployment windows are Slot1: $env.START_TIME - $env.END_TIME, Slot2: $env.START_TIME1 - $env.END_TIME1. Aborting!" + ANSI_NORMAL)
error "Tigger is not in the deployment window. Aborted!"
}
}
......
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