jenkinsci / build-monitor-plugin

Jenkins Build Monitor Plugin
https://plugins.jenkins.io/build-monitor-plugin/
MIT License
722 stars 279 forks source link

Does not show any projects with Multibranch pipeline Jobs #356

Open SudeepParajuli opened 6 years ago

SudeepParajuli commented 6 years ago

Plugin Version : 1.12

I am having one issue with this plugin. For normal Job type the Jobs are shown in branch monitor view but for multibranch pipeline, Jobs are not seen in the monitor view.

sshepel commented 6 years ago

@SudeepParajuli found workaround, or it's been implemented by design, so to be able to display jobs for Multibranch pipeline job you should set to true Recurse in subfolders flag and pick any job (branch) that you need from the list of Jobs (see picture below).

job_filters

SudeepParajuli commented 6 years ago

Thank you for your response @sshepel . But the thing is I could no find Recurse in subfolders option in my configuration part. I am using 1.11 version of the plugin .

sshepel commented 6 years ago

@SudeepParajuli but you have mentioned that you are using 1.12 version of the plugin. Did you downgrade the plugin version? Why?

SudeepParajuli commented 6 years ago

@sshepel Sorry my bad . Actually I am using version 1.11 of the plugin . I have one further query , do we have Recurse in subfolders option available in version 1.12 ?

sshepel commented 6 years ago

@SudeepParajuli yeap, it's there, actually you should see it from my screenshot above. It has been done for 1.12 version.

SudeepParajuli commented 6 years ago

@sshepel Thank you

sshepel commented 6 years ago

@SudeepParajuli sure, np. I think, this issue can be closed now.

SudeepParajuli commented 6 years ago

yah we can @sshepel

timbrown5 commented 4 years ago

I found you can also fix it using Regular Expressions View Filter: Screenshot 2020-01-29 at 08 28 56 The key is to look for the Job folder name. This means you don't have to add each one individually.