Re: Can't get log info with Groovy Postbuild Plugin

2014-12-10 Thread Daniel Beck
On 11.12.2014, at 01:40, Rob D wrote: > Please tell me what I am doing wrong. >From http://docs.oracle.com/javase/7/docs/api/java/util/regex/Matcher.html, >emphasis mine: > • The matches method attempts to match the __entire input sequence__ against > the pattern. > • The find method scans th

Re: Plugin to display arbitrary results?

2014-12-10 Thread bl0ck3r
Arbitrary data in tabular form, try: https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin For plotting data over time, try: https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. T

Can't get log info with Groovy Postbuild Plugin

2014-12-10 Thread Rob D
I'm using the Groovy Postbuild Plugin in Jenkins on Windows 7. I was trying to match strings in a file but when that failed, I reduced it to the point where I am just searching for a string in another string. It will never find a match. I must be misunderstanding how Groovy works or else it just

Connection failure in Job Import Plugin

2014-12-10 Thread Ginga, Dick
I am trying to import jobs from one Jenkins server A running 1.550 into another B running 1.565.2. A has no authorization configured and B has matrix authorization based on Active Directory. I can see the job list on A from the job import plugin on B, but each time I try to import a job I get:

Re: Version String from War file

2014-12-10 Thread Stephen Connolly
$ unzip -c jenkins.war META-INF/MANIFEST.MF | grep Version On Wednesday, December 10, 2014, Pankaj Gupta wrote: > Hi, > > Is there an easy way to find "jenkins version string" from war file? It > will be great if i don't extract the war and get this info. > > Thanks, > -Pankaj > > -- > You recei

When you are declined login

2014-12-10 Thread James Green
When I type in a bad username/password, I get a page asking me to try again. Any reason I have to click the link before being prompted to type it again? Most systems these day re-prompt with any last error message. Just trying to cut down the mouse clicks... James -- You received this message

Re: Connection Refused error when running Sbt Tests in Jenkins but it works fine in local machine

2014-12-10 Thread David Resnick
I would recommend logging in to where Jenkins is trying to run sbt, cd-ing to the workspace and trying to run sbt yourself from the command line. Take Jenkins out of the loop. Maybe you might have a proxy issue on the slave/master where you are running sbt. - David On Monday, December 8, 2014