Im trying to run the test harness and im seeing a ton of these warnings
This says resolved but Im seeing it
on "org.jenkins-ci.main:jenkins-war:2.235"
https://issues.jenkins-ci.org/browse/JENKINS-60725
# build.gradle
apply plugin: 'groovy'
ext {
jobDslVersion = '1.77'
}
sourceSets {
https://github.com/jenkinsci/git-client-plugin/blob/eeec334af0b6447f3db9fb88d55728911a092d73/src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java#L2411
has
specific code for z/OS. I do not have access to z/OS so cannot test that
code. It was merged based on a submission from people th
> In our use of the docker workflow plugin we are seeing that volumes are being
> leaked when the container is removed. Is there an option that can be
> specified in a pipeline script that will result in the docker workflow plugin
> running the docker rm command with the -v option?
>
>
>
>
Hi,We are using Jenkins for CI to build the app. I have a requirement in
Jenkins i.e., whenever my build fails, I want to capture the error message
logline and add it to the email body to send to the developers' (users who
commit the latest code)email id. We use the poll SCM plugin to trigger the
b