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

fix: removed unnecessary code

Showing with 0 additions and 7 deletions
+0 -7
......@@ -7,13 +7,6 @@ def call() {
String ANSI_RED = "\u001B[31m"
String ANSI_YELLOW = "\u001B[33m"
// if(buildStatus == "FAILURE")
// currentBuild.result = "FAILURE"
// else if(buildStatus == "SUCCESS")
// currentBuild.result = "SUCCESS"
// else
// currentBuild.result = "UNSTABLE"
stage('email_notify') {
envDir = sh(returnStdout: true, script: "echo $JOB_NAME").split('/')[-3].trim()
email_group_name = envDir.toUpperCase() + "_EMAIL_GROUP"
......
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