diff --git a/.github/workflows/pipeline1.yml b/.github/workflows/pipeline1.yml index 483d5b3..ae264cc 100644 --- a/.github/workflows/pipeline1.yml +++ b/.github/workflows/pipeline1.yml @@ -46,9 +46,10 @@ jobs: tool-id: ${{ secrets.SN_ORCHESTRATION_TOOL_ID }} context-github: ${{ toJSON(github) }} job-name: 'Deploy' - change-request: '{"setCloseCode":"true","attributes":{"short_description":"Deploy to production","description":"Automated Software Deployment.","assignment_group":"a715cd759f2002002920bde8132e7018","implementation_plan":"Software update is tested and results can be found in Test Summaries Tab; When the change is approved the implementation happens automated by the CICD pipeline within the change planned start and end time window.","backout_plan":"When software fails in production, the previous software release will be re-deployed.","test_plan":"Testing if the software was successfully deployed"}}' + # change-request: '{"setCloseCode":"true","attributes":{"short_description":"Deploy to production","description":"Automated Software Deployment.","assignment_group":"a715cd759f2002002920bde8132e7018","implementation_plan":"Software update is tested and results can be found in Test Summaries Tab; When the change is approved the implementation happens automated by the CICD pipeline within the change planned start and end time window.","backout_plan":"When software fails in production, the previous software release will be re-deployed.","test_plan":"Testing if the software was successfully deployed"}}' + change-request: '{"setCloseCode":"true"}' interval: '100' timeout: '3600' changeCreationTimeOut: '3600' - abortOnChangeCreationFailure: true - abortOnChangeStepTimeout: true + abortOnChangeCreationFailure: false + abortOnChangeStepTimeout: false