Re: Jira login down?

2016-02-09 Thread R. Tyler Croy
(replies inline) On Tue, 09 Feb 2016, matthew.web...@diamond.ac.uk wrote: > Also down for me ??? attempting to log in generates the message ???Sorry, a > communication error occurred while trying to contact the remote > authentication server.??? FWIW this has been corrected and I've filed

Jenkins and VSphere

2016-02-09 Thread Ginga, Dick
Hello all, I have been playing with the VSphere plugin for Jenkins and have had only limited success. I'm getting a lot of Oops. I am not interested in creating a VM to be used as a slave. I want to use Jenkins to create the VM, install various tools, configure network access, etc. has anyone

Re: Generate pipeline jobs like with job-dsl

2016-02-09 Thread geoffroy . jabouley
Have a look at the Multijob plugin. This is another way or representing Build pipeline, with some nice features to organize your CI. You can of course generate Multijob projects using JobDSL Le mardi 9 février 2016 17:52:12 UTC+1, Andrew Bayer a écrit : > > You can actually generate Pipeline

Re: Claim plugin has fallen silent

2016-02-09 Thread douglas3457
Solved! Since commit c2ea74e2a58cddff9219a03ffe261c1f95ea4be5 the claim plugin has included all the Build Failure Analyzer failure causes in the generated JavaScript, like this: var json = '{"First

Generate pipeline jobs like with job-dsl

2016-02-09 Thread Carlos Lucas
Hi, Nowadays, we are using a Jenkins with more than 300 different jobs. Most of them are generated using jobdsl plugin automatically from a config file. Now, I would like to migrate some of them from classic projects to pipeline projects. What is the best way to generate pipeline jobs like

RE: Jira login down?

2016-02-09 Thread Matthew.Webber
Also down for me – attempting to log in generates the message “Sorry, a communication error occurred while trying to contact the remote authentication server.” Matthew Webber From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jon Schewe Sent: 09

issues.jenkins-ci.org: No login possible

2016-02-09 Thread David Aldrich
login to issues.jenkins-ci.org seems to be broken: "Sorry, a communication error occurred while trying to contact the remote authentication server." Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins ignores Maven profile properties

2016-02-09 Thread Martijn Hiemstra
I have a maven project and locally everything perfectly. When I do maven tomcat7:redeploy everything works perfectly. When I run that same project on Jenkins then the wrong profile properties are loaded. This is the situation. In my pom.xml in the build plugins section I have this:

Re: Jenkins Git Plugin Error

2016-02-09 Thread Paulo Moreira
Thank You Marc ;) Finally got it running! So I installed git with OpenSSH and created credentials. I owe you a beer, and a BIG one! Cheers, Paulo M. segunda-feira, 8 de Fevereiro de 2016 às 17:49:39 UTC, Mark Waite escreveu: > > You use the Jenkins credentials system to register a credential

Re: Generate pipeline jobs like with job-dsl

2016-02-09 Thread Andrew Bayer
You can actually generate Pipeline jobs *with* Job DSL - look for the "workflow" stuff in the Job DSL API Viewer - https://jenkinsci.github.io/job-dsl-plugin/#path/workflowJob A. On Tue, Feb 9, 2016 at 3:27 AM, Carlos Lucas wrote: > Hi, > > Nowadays, we are using a

Question about gerrit trigger - Gerrit Verified Commands

2016-02-09 Thread Zhaobang Liu
Hi there, We are trying to add some more automation from jenkins to gerrit. Currently our jenkins is sending verified and code review value to gerrit using gerrit trigger plugin. It's like gerrit review , --message 'Build is successful ' --verified --code-review We want Jenkins be able to

Re: play-autotest-plugin no longer available

2016-02-09 Thread Rafael Rezende
Ok. Could it be caused by the mismatching between the artifactId and the wiki page Id (if there is such a thing)? The first maintainer assigned artifactId "play-autotest-plugin", but a wiki page simply as "play-plugin". In the Open Issues link I also get an error message: "The value

Re: issues.jenkins-ci.org: No login possible

2016-02-09 Thread Daniel Beck
Should be resolved. On 09.02.2016, at 07:43, David Aldrich wrote: > > login to issues.jenkins-ci.org seems to be broken: > > “Sorry, a communication error occurred while trying to contact the remote > authentication server.“ > > Best regards > > David > >

Re: play-autotest-plugin no longer available

2016-02-09 Thread Daniel Beck
We require that every plugin has a wiki page and links to it from the POM. For some reason, this plugin's wiki page exists and was still rejected. I suggest we wait a bit to see whether this resolves itself, otherwise I'll need to investigate. On 08.02.2016, at 10:46, Rafael Rezende

Re: play-autotest-plugin no longer available

2016-02-09 Thread Christopher Orr
I fixed the "Open issues" link — the component name in JIRA was wrong. Everything else (aside from the wiki URL in POM) seems fine. Regards, Chris P.S. This mail would have been better suited to the jenkinsci-dev mailing list :) On 10/02/16 02:01, Rafael Rezende wrote: > Ok. > Could it be

Re: play-autotest-plugin no longer available

2016-02-09 Thread Christopher Orr
Hi there, The plugin wiki page was renamed, seemingly in late November, from: https://wiki.jenkins-ci.org/display/JENKINS/play-plugin?nocache To: https://wiki.jenkins-ci.org/display/JENKINS/Play%21+Framework+Plugin But the POM still points to the old URL that no longer exists:

Re: Question about gerrit trigger - Gerrit Verified Commands

2016-02-09 Thread Indra Gunawan (ingunawa)
In one of the team I enabled for Git/Gerrit, we have 1st job that is triggered by Gerrit's patchset/changeset upload event. It reports build status back to Gerrit but we intentionally set the job not to give any vote. Next we have a 2nd job that is triggered by Gerrit's "Comment is added"

Are jelly templates supported in email-ext with pipeline

2016-02-09 Thread Rinaldo DiGiorgio
I am able to use email-ext with pipeline to send emails. I am trying to use jelly templates. I do not see an option for the template processor in the following. I tried adding *SCRIPT* to the body. emailext attachLog: true, body: ' ${SCRIPT, template="html/test.groovy"}', subject: 'Test