Re: compiling under java 1.6.0_71

2014-02-04 Thread Richard Bywater
Unfortunately I'm not sure how many people will be able to help you out given that Patch 71 isn't generally publicly available. Richard. On Wed, Feb 5, 2014 at 3:40 PM, Ligade, Shailesh [USA] < ligade_shail...@bah.com> wrote: > Hello, > > We have to compile with java 1.6.0_71 and I am seeing t

compiling under java 1.6.0_71

2014-02-04 Thread Ligade, Shailesh [USA]
Hello, We have to compile with java 1.6.0_71 and I am seeing this build issue. Not sure, if this is related to Jenkins, but since the error states that, I just wanted to rule out that possibility. Appreciate, if anyone can tell me, how to get this compiled under 71 (apparently 1.6.0_65 can co

SCM Polling does not show in 'configure system' page

2014-02-04 Thread Joe Mihalich
Hi, I just installed a new jenkins instance running build 549. For some reason the SCM Polling and Max # concurrent polling option is not showing in the Jenkins | Manage Jenkins | Configure System page. It shows find on our old jenkins server which is running build 543. What

Re: How to get APK from soucecode from Jenkins

2014-02-04 Thread Curtis Kline
Sagar, Jenkins is basically an automation tool. If you can't create an apk from your source code without Jenkins, you aren't too likely to be able to do that with Jenkins, either. I use Jenkins to automate builds for several native Android apps, specifically using the Maven plug-in for Jenkins. W

Re: Does the NodeLabelParameter plugin support more than one Label parameter in a project?

2014-02-04 Thread Stuart Rowe
thanks for the reply Mark - that is one solution I could use as a last resort. I was hoping that the plugin would be doing that boolean expression internally for each label parameter. I've pulled the source from github - maybe I can find a solution. On Tue, Feb 4, 2014 at 11:46 AM, Marc MacIntyr

Re: Does the NodeLabelParameter plugin support more than one Label parameter in a project?

2014-02-04 Thread Marc MacIntyre
Pass a boolean expression: (A&&y) On Tue, Feb 4, 2014 at 11:30 AM, Stuart Rowe wrote: > In my situation I have build machines divided into two categories: A and > B. The nodes for each machine are labelled accordingly. > > I also have platforms associated with each machine (one or more of x, y,

RE: Perforce Plugin - Can't get plugin to work on remote client

2014-02-04 Thread Ginga, Dick
Ignore that error message. I always get it and it is harmless From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jason Murray Sent: Tuesday, February 04, 2014 2:30 PM To: jenkinsci-users@googlegroups.com Subject: Re: Perforce Plugin - Can't get plugin to

Re: Perforce Plugin - Can't get plugin to work on remote client

2014-02-04 Thread Jason Murray
> > The view appears right. > > Workspace (client): hudson-deploy-client => Unable to check workspace > against depot > > Let Jenkins Create Workspace: yes > Let Jenkins Manage Workspace View: yes > > View Map: //depot/projects/tools/Hammer/... //hudson-deploy-client/... > > I cannot run the co

Re: Perforce Plugin - Can't get plugin to work on remote client

2014-02-04 Thread Jason Murray
The view appears right. Workspace (client): hudson-deploy-client => Unable to check workspace against depot Let Jenkins Create Workspace: yes Let Jenkins Manage Workspace View: yes View Map: //depot/projects/tools/Hammer/... //hudson-deploy-client/... I cannot run the command locally because

Does the NodeLabelParameter plugin support more than one Label parameter in a project?

2014-02-04 Thread Stuart Rowe
In my situation I have build machines divided into two categories: A and B. The nodes for each machine are labelled accordingly. I also have platforms associated with each machine (one or more of x, y, z). These are also included in the labels for each node. I would like to set up a project wit

Re: Perforce Plugin - Can't get plugin to work on remote client

2014-02-04 Thread Jason Murray
The view appears right. Workspace (client): hudson-deploy-client => Unable to check workspace against depot Let Jenkins Create Workspace: yes Let Jenkins Manage Workspace View: yes View Map: //depot/projects/tools/Hammer/... //hudson-deploy-client/... I cannot run the command locally because

RE: Jenkins maven build issue

2014-02-04 Thread Dhrutiben.Patel
Hey, Now I am totally surprised, you said the job is inactive. Was it inactive from the beginning. Because if that was the case then it should not have any previous builds (e.g. build/53 or build/54). The only thing coming in my mind is, may be you were referring to some static Wiki pages from

Re: Jenkins maven build issue

2014-02-04 Thread Vincent Latombe
Although I share some of Stephen's opinions about the Maven plugin for Jenkins, I don't think this is related to your issue. my guess is that the location of web.xml is manually configured in pom.xml since webapp\WEB-INF\web.xml is certainly not the standard path where to put web.xml in maven (by

Re: How to install GIT Plug-in for Jenkins

2014-02-04 Thread Mark Waite
If your git repositories are reasonably sized and you're not using exotic features of the git plugin, you could use the Jenkins global configuration page to "add a Git installation". If you choose "JGit", it will use a pure Java implementation of Git so you don't need to install git on your Jenkin

RE: How to install GIT Plug-in for Jenkins

2014-02-04 Thread Lily Fu
Thank you! This is way too easy... I was expecting much more complex steps... Only I got: Cannot find git.exe on my local computer (all paths) My git server is remote, how can I configure it to talk with remote git server? Thanks, Lily From: jenkinsci-users@googlegroups.com [mailto:jenkinsci

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-02-04 Thread Vincent Massol
FYI here's what I have in the /home/maven/.hudson/jobs/ xwiki-platform-core-site-job/modules/org.xwiki.platform$ xwiki-platform-xml/builds/ directory: maven@vmavenxwikiorg-prod:~/.hudson/jobs/xwiki-platform-core-site-job/modules/org.xwiki.platform$xwiki-platform-xml/builds$ ls -l total 0 lrwxrwx

Re: How to install GIT Plug-in for Jenkins

2014-02-04 Thread Stephen Connolly
Jenkins >> Manage Jenkins >> Manage Plugins >> Available type "git" into the find box select the checkbox for the git plugin Click "Install without restart" Sit back, light your pipe, and enjoy the satisfaction of a job well done. On 4 February 2014 17:21, Lily Fu wrote: > > > Hi Everyone, > >

How to install GIT Plug-in for Jenkins

2014-02-04 Thread Lily Fu
Hi Everyone, I am very new with Jenkins. I installed Jenkins, wants to use GIT as my SCM. It seems I need to install GIT plug-in for Jenkins, I couldn't find an easy to follow manual on how to install GIT plug-in. Can you give me a hint? Thanks, Lily -- You received this message because you

RE: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-02-04 Thread Dhrutiben.Patel
Hi Vincent, Do you mind providing some more detail about the configuration details for “ xwiki-platform-core-site-job” job. I wonder how job’s XML files get deleted or Jenkins is unable to find under the right workspace!!! From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@google

Can't login to Jenkins after upgrade to 1.549

2014-02-04 Thread David Aldrich
Hi I have just upgraded from Jenkins 1.532.1 LTS to 1.549 (so that I can use the latest diagnostic features). We use LDAP user authentication. After the upgrade I cannot login to Jenkins but get directed to: https:///jenkins/j_acegi_security_check

Complete confusion regarding testng report parsing

2014-02-04 Thread Robert Krüger
Hi, I am trying to get a Jenkins job to run that builds using Gradle and runs tests using their Testng integration. I have the latest Jenkins installed. I have set up "Publish TestNG Results" and used the pattern "**/test-results/TEST-*.xml" because I found that after a build I had lots of files

Re: Jenkins maven build issue

2014-02-04 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html On 4 February 2014 15:30, Akshay Pratinav wrote: > Hi, > > I have created a *maven2/3 project *in jenkins. > > At build step we are getting following error message : > > [JENKINS] Archiving /var/lib/jenkins/wor

Jenkins maven build issue

2014-02-04 Thread Akshay Pratinav
Hi, I have created a *maven2/3 project *in jenkins. At build step we are getting following error message : [JENKINS] Archiving /var/lib/jenkins/workspace/test/pom.xml to /var/lib/jenkins/jobs/test/modules/com.xyz$test/builds/2014-02-04_07-12-24/archive/com.xyz/test/1.0-SNAPSHOT/test-1.0-SNAPSHOT

Re: Jenkins-Job with 2 git repositories

2014-02-04 Thread Robert Krüger
No, I wasn't using the plugin as the default Git plugin lets me add multiple repos to a job (wonder how that's supposed to work with its current behaviour). I installed the Multiple SCMs Plugin and that solved the problem. Thank you. On Tue, Feb 4, 2014 at 2:57 PM, Marc MacIntyre wrote: > Assumi

Re: Verify receipt of certain output?

2014-02-04 Thread Eric Pyle
Hi Rob, You can use the Text Finder plugin to do this. Add Jenkins Text Finder as a post-build step, leave the first text field blank and check "Also search console output". For the regular expression enter the pattern that will match your log output indicating success, and check "Succeed if

Re: Jenkins-Job with 2 git repositories

2014-02-04 Thread Marc MacIntyre
Assuming you're using the multi-scm plugin, in each git repository section of the configuration, there's an "advanced" button below the "branches to build" section. (Not to be confused with the "advanced" button in the "repository url" section). In there you'll find a "local subdirectory for repo

Jenkins-Job with 2 git repositories

2014-02-04 Thread Robert Krüger
Hi, I have a project that builds using gradle and is organized as a multi-project build but is managed in two different git repositories. The build works if both are cloned into the same directory like so - project1 - master-module - project2 - sub-module1 - sub-module2 - sub-module3

Re: email-ext plugin sending incorrect LDAP email

2014-02-04 Thread Slide
No, you need to determine what the username that the scm is returning and use that. ira=i...@gmail.com For a username that is not valid you can add the email address to the excluded address field in the global config. On Feb 4, 2014 3:13 AM, "Kamal Ahmed" wrote: > just to be sure , is this what

Verify receipt of certain output?

2014-02-04 Thread Mandeville, Rob
We've got the log parser plugin, and use it to good effect. We can define error lines based on output from known failure modes, so that when we see them we list the job as failed. But obviously, we don't know all the possible failure modes. What we want is for our job to be considered a failu

We receive notifications (jabber/email) for old builds

2014-02-04 Thread niko.will
Hi, in our jenkins installation we suddenly receive notifications for old builds. Our current build numbers are around 500 and since last week we receive failure notifications for builds with build number 300. If I start a build and it succeeds on jenkins, it can happen that I receive a notificati

Re: email-ext plugin sending incorrect LDAP email

2014-02-04 Thread Kamal Ahmed
just to be sure , is this what i do ? Lets say: the incorrect email address formed by emailext is : i...@mail.com The correct email address should be: i...@mail.com so in the plugin, global settings, i enter: i...@mail.com=i...@mail.com  (is that right ?) also the address : h...@mail.com is no

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-04 Thread Daniel Beck
When you go to the workspace browser in Jenkins, there's an empty text field just above the file list. Enter the pattern you used for email attachment there and click the arrow next to it. Does the PDF file now show up in the file list? If not, the pattern doesn't match the file in the workspac

What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-02-04 Thread Vincent Massol
Hi guys, Since I've upgraded our jenkins to 1.549 we're having a lot of trouble. It seems jenkins dies every day so every morning I need to restart it and it takes 15-20 minute to start up. I've checked the log file today and I've noticed tons of the following kinds of messages: Feb 4, 2014 8