John Oliver
John Oliver
@AdamBrousseau if jenkins make a breaking change then yes, but this PR is not setting this version, that value was set some time ago at: https://github.com/adoptium/ci-jenkins-pipelines/blob/750ea9bc326821b443645f6195d5aacc0a812f88/pipelines/build.gradle#L38
this is because we never had a solution to AdoptOpenJDK/openjdk-build#1016 when at the same time we were discussing changing the file name but did not want to break the current...
I think most of the issue is probably the ga builds, looking at the 8 pipeline we currently have 30 builds retained between GA and nightly, although that does still...
May want to look at https://issues.jenkins-ci.org/browse/JENKINS-45579 https://jenkins.io/blog/2019/07/05/jenkins-pipeline-stage-result-visualization-improvements/ Although it does say on this the Pipeline Stage view plugin has not been updated so it is blue ocean only.
Partial support is supposedly in the Pipeline Stage view plugin https://issues.jenkins-ci.org/browse/JENKINS-58783
I am also having this same issue, are interceptors possible with Jackson Module Guice?
> @johnoliver `AlertApiModule` the whole module doesn't seem to be used anywhere. Is there a reason to keep it? or did i miss anything? That was previously used at: https://github.com/microsoft/ApplicationInsights-Java/pull/3896/files#diff-e722cb9e4b64f038ff1e73ea920933c999b1ce811adc31633ef15689a6303e59L40...
@pnasrat because the `lts=false` returns more than `lts=true`, and `lts=false` produces more than 100 results before the the 8 releases are shown, the 8 releases are pushed to the second...
Added an issue for the cause of this issue: https://github.com/adoptium/temurin-build/issues/4139
I believe this is related to the fact the type of that is "integernull" and the type in the schema is: ``` type: - integer - "null" ``` presumably our...