ci-jenkins-pipelines
ci-jenkins-pipelines copied to clipboard
Pipelines are not generating individual build pipeline jobs as claimed
What are you trying to do? Test the adding of the fast-startup project to the pipelines
Expected behaviour: Jobs are created and the builds are run along with other openjdk11 ones. The log in the openjdk11-pipeline job had 10:54:43 Created job build-scripts/jobs/jdk11u/jdk11u-linux-x64-fast_startup
which is as expected
Observed behaviour: Pipeline was NOT generated as per the log. fast-startup builds did not execute.
Running https://ci.adoptopenjdk.net/job/build-scripts/job/utils/job/pipeline_jobs_generator_jdk11u/89/console has generated the job although it failed due to https://github.com/adoptium/infrastructure/issues/2491
Leaving this open as we should determine why the log is claiming to be generating this jobs, but is not doing so.