master
SLW\ARNAUA 2023-03-09 12:23:06 +01:00
parent 03f9ee77b8
commit aa88b3daf3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@
dir("/opt/workspace/coco_terraform_config/") { dir("/opt/workspace/coco_terraform_config/") {
sh 'git add .' sh 'git add .'
sh ('git commit -m "${timestamp}"') sh ('git commit -m "123"')
sh 'git push origin automatedSLOGeneration' sh 'git push origin automatedSLOGeneration'
} }
} }