ravio / servicenow-serviceguru-update-set-auto-deployer

Auto deploy update sets and scripts in ServiceNow
4 stars 6 forks source link

ATF connection #2

Open Hratakh opened 4 years ago

Hratakh commented 4 years ago

This is an extremely useful plugin, thank you so much for sharing it! Is it thinkable to connect the auto deployer to ATF in some future version?

Example: When requesting the auto deployment for an Update Set, the feature could maybe trigger an ATF test suite run (name to be defined when ordering) and only proceed if the tests were green. If not, it would log that state into the component tracker entry and maybe even link to the results for a review. The ATF run could be defined for each non-prod instance separately.

ravio commented 4 years ago

Thank you @Hratakh . Nothing for immediate future but this has been added to the backlog. The wait can be parameterized so that the tool does not wait altogether till broken ATF test cases are fixed (assuming ATF test cases are out of date or invalid).

My next focus is to add the ability to individually manage the component lifecycle as against to the current setup where all the components share the same 'destination environment'. For that I would have to use a custom interface instead of the catalog view and this will consume some of my time.