Daniel Beland

Results 53 comments of Daniel Beland

Well in fact you can create jobs with the same name in different folders with the following approach: ``` jobs { "${folderName}-${jobName}" { ... serviceOverrides defaultServiceOverrides(folderName, jobName) } } ```...

You could also do it via bintray: http://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/

@krische I don't know if your problem is the same as mine (`gitlab-branch-source` plugin that uses the `gitlab-api` plugin (wrapper of `gitlab4j-api`), but yes I definitely have problem if `jersey2-api`...

yes I understand the need, we have the same problem here. When we reboot jenkins (install new plugins) it invalidates the crumbs and breaks the kiosk mode display. Our current...

I played with this a bit and managed to get a new CSRF crumb using javascript, however after a restart the URLs are not valid anymore. e.g. the guid part...

@danelec-hpm technically we don't need a cookie, we need a valid crumb header to fetch the json builds metadata. As long as the user session is still valid at the...

I wouldn't mind to work on this, I would also like that feature. The problem is I have a pull request #372 waiting to be merged for over 6 months...

Actually I would recommend to use the View Job Filters plugin, it is much more powerful than a regex: https://wiki.jenkins.io/display/JENKINS/View+Job+Filters I'm actually able to display only the branches I care...

the latest version of the build-monitor plugin already does. which version are you using?

It looks like this issue is being used to ask for 2 different features: 1. Only show the latest N jobs that have built - To limit the number of...