"Added a missed class for missing class telemetry"

2020-07-17 Thread red 888
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 {

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-17 Thread Mark Waite
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

Docker workflow plugin - volume leak

2020-07-17 Thread Robert Hafner
> 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? > > > >

Jenkins Plugin for custom email notification

2020-07-17 Thread tamilarasan kulasekaran
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