Skip to content

Commit

Permalink
env dashboard comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
gajendran.c committed Jul 15, 2020
1 parent 2bdbd2d commit 3b1a1f4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions vars/buildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,18 @@ spec:
}
}
}
stage ("Update dashboard") {
environmentDashboard {
environmentName(scmVars.BRANCH)
componentName(serviceCategory)
buildNumber(buildNum)
//buildJob(String buildJob)
//packageName(String packageName)
//addColumns(true)
//Date now = new Date()
//columns(String Date, now.format("yyMMdd.HHmm", TimeZone.getTimeZone('UTC')))
}
}
// stage ("Update dashboard") {
// environmentDashboard {
// environmentName(scmVars.BRANCH)
// componentName(serviceCategory)
// buildNumber(buildNum)
// //buildJob(String buildJob)
// //packageName(String packageName)
// //addColumns(true)
// //Date now = new Date()
// //columns(String Date, now.format("yyMMdd.HHmm", TimeZone.getTimeZone('UTC')))
// }
// }
}
}
}
Expand Down

0 comments on commit 3b1a1f4

Please sign in to comment.