ServiceNow / servicenow-cicd-azure-extension

Extension for Azure Pipelines to help developers get started faster with ServiceNow's CI/CD APIs
MIT License
12 stars 18 forks source link

CI/CD Apply Changes completed without waiting for files to removed completed #54

Open bunhim opened 1 year ago

bunhim commented 1 year ago

For a large app with many application files, when you try to apply the change and publish the app from the small branch with fewer files where the large branch is active the process will generate app will lot of files from the larger branch despite the "Apply Change" step completed successfully.

I suspected that the apply change did not account for the time the instance tried to cleanup/delete the file during the switching.