modified
parent
1010765b54
commit
4eb6b1ab7a
|
|
@ -75,6 +75,7 @@
|
|||
|
||||
stage('Checkout Branch') {
|
||||
steps{
|
||||
step {
|
||||
def now = new Date()
|
||||
def timestamp = now.format("yyMMdd.HHmm", TimeZone.getTimeZone('UTC'))
|
||||
def branch = timestamp+"-automatedSLOGeneration"
|
||||
|
|
@ -83,6 +84,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install Required Python Packages') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue