master
SLW\ARNAUA 2023-03-09 12:37:48 +01:00
parent 1010765b54
commit 4eb6b1ab7a
1 changed files with 7 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -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 {