modified
parent
4eb6b1ab7a
commit
dd1d2492c4
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
stage('Checkout Branch') {
|
stage('Checkout Branch') {
|
||||||
steps{
|
steps{
|
||||||
step {
|
script {
|
||||||
def now = new Date()
|
def now = new Date()
|
||||||
def timestamp = now.format("yyMMdd.HHmm", TimeZone.getTimeZone('UTC'))
|
def timestamp = now.format("yyMMdd.HHmm", TimeZone.getTimeZone('UTC'))
|
||||||
def branch = timestamp+"-automatedSLOGeneration"
|
def branch = timestamp+"-automatedSLOGeneration"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue