modified
parent
1010765b54
commit
4eb6b1ab7a
|
|
@ -75,6 +75,7 @@
|
||||||
|
|
||||||
stage('Checkout Branch') {
|
stage('Checkout Branch') {
|
||||||
steps{
|
steps{
|
||||||
|
step {
|
||||||
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"
|
||||||
|
|
@ -83,6 +84,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Install Required Python Packages') {
|
stage('Install Required Python Packages') {
|
||||||
steps {
|
steps {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue