diff --git a/Jenkinsfile b/Jenkinsfile index 1bdbdd5..60b82ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -122,7 +122,7 @@ dir("/opt/workspace/coco_terraform_config/") { sh 'git add .' - sh ('git commit -m "${timestamp}"') + sh ('git commit -m "123"') sh 'git push origin automatedSLOGeneration' } }