Dharmanshu Singh
Dharmanshu Singh
Github Actions has been made available and it is worth trialling out as a CI tool for testing the provisioning of the platform as opposed to Travis, especially since it's...
Currently the Job_Runner call is in the conditional block of Load_Platform so if people choose not to generate example workspace, Job_Runner also won't be called which is incorrect behaviour. This...
Currently the Load_Platform job calls another child job [Job_Runner](https://github.com/Accenture/adop-platform-management/blob/master/bootstrap/Platform_Management/Job_Runner.groovy) which in turn executes all the jobs responsible for setting up your platform. For some reason, it is under a conditional...
This platform extension type will enable platform users to extend the Jenkins service by loading in a repository of groovy classes, which will be re-useable in Jenkins jobs into the...