Re: Pass the data to QueueListener to RunListener

2019-07-13 Thread Parichay Barpanda
I implemented a class which will notifies GitLab Server about the job status. https://github.com/baymac/gitlab-branch-source-plugin/blob/develop/src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabSCMPipelineStatusNotifier.java I have a suggestion (In reference to that), you can

Pass the data to QueueListener to RunListener

2019-07-13 Thread selva vignesh
Hi, I am developing plugin which will get the data of job, how long it's been in Queue and how long it take to finish the job. Here I can't pass the action class from QueueListener to RunListener. Can any one help me know how to pass the data from QueueListener to RunListener. It would be great