Stewart X Addison
Stewart X Addison
Remaining plugins upgraded last week. I've brought up [a new agent](https://ci.adoptopenjdk.net/computer/C3jenkins/) (it's running on the current AWX server as it had lots of capacity) to offload jobs which were running...
Follow-on task to clear up the number of credentials in use on the jenkins server. Being tracked in this (restricted access) document: https://docs.google.com/spreadsheets/d/1TwslGkCcfYsJjZeWTJNR3G2_SywgqBgnwe54Zm5gkA0/edit#gid=0
Todays plugin updates: ``` pipeline-stage-tags-metadata.jpi email-ext.jpi azure-vm-agents.jpi pipeline-model-api.jpi pipeline-model-extensions.jpi github-oauth.jpi pipeline-model-definition.jpi ssh-slaves.jpi Parameterized-Remote-Trigger.jpi azure-vm-agents Parameterized-Remote-Trigger pipeline-model-extensions github-oauth pipeline-model-api pipeline-model-definition ssh-slaves email-ext pipeline-stage-tags-metadata job-dsl.jpi job-dsl ```
We should consider the use of https://plugins.jenkins.io/job-restrictions (although it's up for adoption) as a way to restrict access for certain jobs further.
Ref: https://www.jenkins.io/blog/2022/06/28/require-java-11/ At the time of writing this comment we are on Jenkins 2.332.3 Jenkins 2.357 (June 28, 2022) and the next LTS in September will require Java 11. We...
Adding this for reference - memory usage chart of jenkins before upgrading to latest LTS today (Currently on `2.332.3` on `Temurin-11.0.15+10`) 
NOTE: Jenkins pipeline issue that required `-Dhudson.plugins.git.GitSCM.ALLOW_LOCAL_CHECKOUT=true` is covered in https://github.com/adoptium/ci-jenkins-pipelines/issues/313
Upgrading today to latest LTS - 2.346.1 This version supports running on JDK17 so we have edited the configuration to run with `Temurin-17.0.3+7`
Hmmm it would be good to be 100% certain that this doesn't occur on RHEL7/RHEL8 so we'd need to run some Grinders on that. We should also bear in mind...
If we get the info on being able to recreate this, then it can probably be verified in a CentOS6 docker container and see if any other workaround is possible,...