Automatic Generation of Eclipse OpenJ9 Jenkins Pipelines

When I started my internship, our Jenkins server had a lot of Jenkins pipelines, and some of them shared the same scripts. The jobs that shared the same script were named differently so that people could identify what platform and spec the build just ran on. These pipelines would continuously evolve with revisions coming to…

Using Artifactory for Jenkins build artifact storage

Every build that we launch on Jenkins needs to temporarily archive artifacts, so that it can be tested, debugged, or both. In addition, every test that fails also needs to stash artifacts so that it can be debugged. When I first started my internship, the artifacts were being saved on the Jenkins master for a…