Re: mirror of jenkins (rsync preferably)

2014-12-23 Thread David Somers-Harris
Hello, I'm trying to do the same thing, except on here. http://pkg.jenkins-ci.org/redhat/ Where can I find the repodata directory? I want to sync the Jenkins repository to Katello. Thanks, David On Wednesday, November 7, 2012 4:04:10 PM UTC+9, Kjetil Nygård wrote: > > Hi, > > I'm trying to ma

job-generator jobs and parameterized build triggers

2014-12-23 Thread Carlos Fernandez-Touzon
i have 4 job-generator jobs linked together via "trigger parameterized build on other projects". running the first job ends up running all 4. The newly created 4 new jobs work as expected ... except they are also chained together via "trigger parameterized build on other projects" publishers

Re: Git vulnerability

2014-12-23 Thread Mike Chmielewski
Cool, thanks! On Tuesday, December 23, 2014 9:46:37 AM UTC-5, Mark Waite wrote: > > The JGit fix is included in git client plugin 1.13.0. Git client plugin > 1.13.0 was released 18 Dec 2014. > > See > https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin#GitClientPlugin-ChangeLog > > Th

Re: junit is publishing test report

2014-12-23 Thread Murali
Thanks for reply. Even it isnot worked what you suggested. On Tuesday, 23 December 2014 00:06:28 UTC+5:30, Murali wrote: > > Hi, > > Installed junit. I gave path as below: > > *Publish JUnit test result report* > [image: [Help]] Test > report

manual jobs in pipeline

2014-12-23 Thread Marc Tompkins
I have some manual test phases that I want to include in a CI/CD pipeline such that I can look in Jenkins and see when a manual test is in progress. Obviously, the preference with CI/CD is to automate all tests, and I intend to convert manual tests to automated, but it won't happen overnight.

Re: Git vulnerability

2014-12-23 Thread Mark Waite
The JGit fix is included in git client plugin 1.13.0. Git client plugin 1.13.0 was released 18 Dec 2014. See https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin#GitClientPlugin-ChangeLog Thanks, Mark Waite On Tue, Dec 23, 2014 at 7:40 AM, Mike Chmielewski < mike.chmielew...@gmail.com>

Git vulnerability

2014-12-23 Thread Mike Chmielewski
Github's announcement here: https://github.com/blog/1938-git-client-vulnerability-announced Since JGit is on the list as having made fixes, is there any ETA on when that will get into a Jenkins release? -- You received this message because you are subscribed to the Google Groups "Jenkins User

RE: Connection lost during build execution

2014-12-23 Thread Ginga, Dick
You can’t reboot (in our case we revert VM’s to a clean snapshot) from a job running on the test machine itself. We use a job running on the master that issues commands to VM server that reverts it. we use the Jenkins CLI commands “wait-node-offline” and “wait-node-online” while we do this. If

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
thank you Daniel. I have other question : in the jenkins workflow plugin all interaction will remains in the output job console ? we will don't have a UI interaction in the future with workflow ? best regards 2014-12-23 12:35 GMT+01:00 Daniel Beck : > See https://issues.jenkins-ci.org/browse/JE

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread Daniel Beck
See https://issues.jenkins-ci.org/browse/JENKINS-26143 On 23.12.2014, at 12:24, El alaoui Mohamed Reda wrote: > When i generate the groovy code with Snippet Generator to do input list > parameters like this : > > input id: 'Server', message: 'Choose the server', ok: 'Proceed', parameters: > [

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
When i generate the groovy code with Snippet Generator to do input list parameters like this : input id: 'Server', message: 'Choose the server', ok: 'Proceed', parameters: [[$class: 'ChoiceParameterDefinition', choices: ['Dev', 'Integ', 'Prod'], description: '', name: 'Server']] i have this Erro

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
sorry for this mail i have the solution it's by the : input 2014-12-23 11:53 GMT+01:00 El alaoui Mohamed Reda : > Hello, > i have à workflow job and i need to have a choice list before start the > build > How can i have a Parameterized Build with workflow (String or choice list > ) > thank'

[WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
Hello, i have à workflow job and i need to have a choice list before start the build How can i have a Parameterized Build with workflow (String or choice list ) thank's -- *Mohamed Reda, El alaoui* -- You received this message because you are subscribed to the Google Groups "Jenkins Users

Re: [WorkFlow plugin] Simple build

2014-12-23 Thread El alaoui Mohamed Reda
No with Jenkins ver. 1.594 2014-12-22 18:54 GMT+01:00 Les Mikesell : > On Mon, Dec 22, 2014 at 5:53 AM, El alaoui Mohamed Reda > wrote: > > thank's it's ok with > > http://mirrors.jenkins-ci.org/plugins/subversion/2.5-beta-4/ > > > > How do you get that to work with the LTS 1.580.2 jenkins rele