Jenkins Priority Sorter Plugin

2016-02-11 Thread Jenkins
Hello Jenkins Users, Please help me in configuring the Jenkins Priority Sorter Plugin. How Jenkins would notify the scheduler/Job scheduled on the type of build and component area that the build is for? Can priority be bumped dynamically once the jobs are queued? Please help me on this, I am

How to Uninstall Jenkins on windows machine

2016-02-11 Thread Jenkins
HI, How to Uninstall Jenkins on windows machine? Thanks, Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com.

Re: Is there a way to see which version of Jenkins a previous version of a plugin required/supported?

2016-02-11 Thread Victor Martinez
Hi, That information it should be in the pom file: - https://github.com/jenkinsci/groovy-plugin/blame/master/pom.xml Which it was committed by: - https://github.com/jenkinsci/groovy-plugin/commit/cff114d67f056cfdfbfa5f8f2d234818cb04ee03 Cheers On Thursday, 11 February 2016

Re: Build-flow plugin - fetching script from SVN/Git

2016-02-11 Thread nicolas de loof
You should look at Pipeline plugin, which do support storing build DSL definition in project SCM (as so called "Jenkinsfile") DSL syntax is not the same as build-flow, but comparable so as you just started using it migrating will not be such an issue. 2016-02-11 14:48 GMT+01:00 Tomasz Szandała

RE: Integration Jenkins with SSO enabled JIRA

2016-02-11 Thread Matthew.Webber
When you say “our own SSO authentication”, do you mean a system you wrote yourself? We use CAS for SSO, and there is a Jenkins plugin for it - https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin If you have your own SSO, you might want to look at the source code for that. From:

Integration Jenkins with SSO enabled JIRA

2016-02-11 Thread Saurabh Tripathi
We successfully integrate our own SSO authentication with JIRA .Looking for possibility to Integrate Jenkins with SSO enabled JIRA, please guide. Thanks Saurabh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Is there a way to see which version of Jenkins a previous version of a plugin required/supported?

2016-02-11 Thread Matt Freake
This seems like it's something that should be easy to see, but I'm struggling to find the answer today. I have an instance of Jenkins 1.579 which is too old for the latest version of the Groovy plugin (1.29 requires core 1.580.3). Is there a way I can see which, if any, of the previous

Re: How to configure GIT/Gerrit with Jenkins

2016-02-11 Thread Mark Waite
What you're describing is a build, or rather a Jenkins project which when executed will run jobs for you. Internet searches will find you many hints on how to create a Jenkins project, connect to your git repository, and execute tasks using the build script of your choice. If you don't mind an

Live webcast: learn how to monitor Jenkins performance

2016-02-11 Thread Tamir Gefen
Want to learn how to monitor Jenkins and accelerate your delivery pipelines? Join the webcast on Wednesday 7/12 9AM EST / 3PM CET *Click to learn more and register* -- You received this message because you are subscribed to the Google

Mark node offline on build failure

2016-02-11 Thread Jacqueline Taing
Is there a way to mark a node offline via DSL. We currently use Build Flow Plugin to define jobs and I'd like to automatically take a node offline when a build fails (so other jobs do not get queued/run on this slave). Thanks! --

multibranch plugin with gerrit trigger plugin

2016-02-11 Thread 吴亭
Hi All, I want to know if multi branch plugin support gerrit trigger? I dont find any options to do this. Or multibranch plugin is just aimed for the commit already been merged into the git repo? Br, Tim -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Recommnended approach for jenkins housekeeping

2016-02-11 Thread ok999
Thanks Victor for your suggestion. I also came accross this http://stackoverflow.com/questions/28488389/jenkins-how-to-run-one-housekeeping-job-on-all-nodes-slaves-master I haven't tried it yet, but i will be looking into the plugin in this SO post. I will update back Regards! On