Re: Jenkins integration on GitLab

2015-04-07 Thread Mahdaoui Charifa
Yes Mark you're right i confused them !! thank you Le vendredi 3 avril 2015 11:15:56 UTC+1, Mahdaoui Charifa a écrit : hello , I want to integrate jenkins with gitLab : i tried to follow this steps : jenkins integration http://doc.gitlab.com/ee/integration/jenkins.html . but when i

RE: Can't Find TestFile for VS Test

2015-04-07 Thread Matthew.Webber
Do you need quotes around the path? It looks like it’s stopping at the first blank. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of SkierDude1959 Sent: 07 April 2015 00:28 To: jenkinsci-users@googlegroups.com Subject: Can't Find TestFile for VS Test

Re: Installing Jenkins manually in Ubuntu 12.04?

2015-04-07 Thread Marius Gedminas
On Sat, Apr 04, 2015 at 10:23:54PM +0200, felix schwitzer wrote: I do this all the time, should be simple. First download the deb from http://pkg.jenkins-ci.org/debian/ then in a console run sudo dpkg -i jenkins_1.xxx_all.deb after that jenkins starts, or you can start/restart with

NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Andrew Langhorn
Hi, We run Jenkins 1.532.1 in some environments, and have recently come across an issue with SimpleBuildStep not being found as a valid class. This generates a lovely stack trace (as below) and linked jobs then fail. FATAL: jenkins/tasks/SimpleBuildStep java.lang.NoClassDefFoundError:

RE: Jenkins Job Setup - Test Script Execution using Selenium Web Driver and Testng pluin in Eclipse IDE

2015-04-07 Thread Ginga, Dick
I can’t help with any of these issues as I don’t know how the build.xml works. Just how to use it when eclipse creates it. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Raghavendra Pise Sent: Sunday, April 05, 2015 1:33 AM To:

Re: TFS commands run very slow in Jenkins

2015-04-07 Thread Slide
Did you try the changes to the IE network configuration? On Mon, Apr 6, 2015 at 8:46 PM Keith Marchen kmarch...@gmail.com wrote: On Tuesday, March 31, 2015 at 10:36:55 PM UTC-5, Keith Marchen wrote: We use TFS commands to get our source files for builds. But when we run them from Jenkins,

NPE in configuration when the new job is created

2015-04-07 Thread zakyn
Hello, I just updated our jenkins to last LTS version and after that I have a problem with createing the new job. I can create it but then in the configuration there are some troubles with plugins (should be comatible - all plugins have been updated properly). Could you please help me? It

Failing to update jenkins.war

2015-04-07 Thread Niksan
I'm currently on 1.598 and trying to auto update to 1.608 but it stays on pending for jenkins.war for a while with the following output. hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/war/1.608/jenkins.war (redirected to:

ordering post build actions

2015-04-07 Thread Arpit Gupta
Hi All I searched the group to see if ordering post build actions was possible and i found this jira https://issues.jenkins-ci.org/browse/JENKINS-7408. However i am noticing that the order in which the post build actions are executed does not seem to be the order in which they appear in the

Re: [bitbucket-plugin] problems triggering a build with plugin

2015-04-07 Thread SiKing
Is there anybody in there? Just nod if you can hear me. :) I cannot find anything wrong with my server setup. Could somebody at least confirm that the Bitbucket-plugin works? Thanx. On Thursday, 19 March 2015 13:24:37 UTC-7, SiKing wrote: Jenkins is installed from Turnkey-Linux Jenkins-VM

Re: ordering post build actions

2015-04-07 Thread Arpit Gupta
Yup that will work that is why for now i just disabled deleting of the workspace. But the issue become’s bigger when i add more post build actions that want to use the scripts checkout from git into the workspace. I would prefer not to archive files for just this use case. So was curious if

Re: ordering post build actions

2015-04-07 Thread Eric Pyle
In this case, I'd say you should archive the properties file as an artifact, and then retrieve it in the downstream job using the Copy Artifact plugin. On Tue, Apr 7, 2015 at 10:43 AM, Arpit Gupta ar...@hortonworks.com wrote: Hi All I searched the group to see if ordering post build actions

List tags has empty dropdown, causes E200015: ISVNAuthentication provider did not provide credentials

2015-04-07 Thread JESSE_BICKEL
Hello, List Subversion tags (and more) under Release parameters appears with an empty dropdown on the Release page. When I visit the job configuration, copy the svn location into TortoiseSVN, the tags are present in the TortoiseSVN view. Tried these to no avail: Specify working Credentials

Re: Failing to update jenkins.war

2015-04-07 Thread Richard Bywater
I think I saw mention in another thread that there is an issue with 1.608 not being available for download properly yet so, if true, that might be the cause of the issue. Richard On 1:45AM, Wed, 8/04/2015 Niksan sumot...@googlemail.com wrote: I'm currently on 1.598 and trying to auto update to

Re: new downloads of jenkins failing on redhat

2015-04-07 Thread Kohsuke Kawaguchi
Thanks. I think this is due to my packaging script change. I'm looking into this now. 2015-04-07 11:21 GMT-07:00 Arpit Gupta ar...@hortonworks.com: Logged: https://issues.jenkins-ci.org/browse/JENKINS-27822 Also not sure if this is only related to redhat. or a bigger issue. CONFIDENTIALITY

new downloads of jenkins failing on redhat

2015-04-07 Thread Arpit Gupta
Logged: https://issues.jenkins-ci.org/browse/JENKINS-27822 Also not sure if this is only related to redhat. or a bigger issue. -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is

Re: new downloads of jenkins failing on redhat

2015-04-07 Thread Kohsuke Kawaguchi
Solved now. 2015-04-07 11:26 GMT-07:00 Kohsuke Kawaguchi k...@kohsuke.org: Thanks. I think this is due to my packaging script change. I'm looking into this now. 2015-04-07 11:21 GMT-07:00 Arpit Gupta ar...@hortonworks.com: Logged: https://issues.jenkins-ci.org/browse/JENKINS-27822 Also

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-07 Thread jpd4nt
Hi Konrad. What version of jenkins are you using? What version of github plugin are you using? How have you get git configured for the project? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Daniel Beck
You're likely using a plugin that requires a newer version of Jenkins than 1.532.x (specifically 1.577 or newer). Possibly because you manage those using Chef or a similar tool and completely ignore the plugins' dependencies. On 07.04.2015, at 12:56, Andrew Langhorn

Re: NPE in configuration when the new job is created

2015-04-07 Thread Daniel Beck
Known issue in Docker Plugin. Seems like it's resolved in the release 0.9-beta1, which is only available on the beta update center. https://github.com/jenkinsci/docker-plugin/commit/fb7fad2ad50cbec064c68fbbfe90ce8da9502650 On 07.04.2015, at 16:01, zakyn zakvladi...@gmail.com wrote: Hello,

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-07 Thread Mark Waite
If you have configured git to build all branches (branches to build empty or * or */* or origin/*), then you've asked that it build all branches. If a branch has not been built and changes are detected, then that branch will be scheduled to build. If you don't want certain branches built (ever),

Re: NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Andrew Langhorn
We are using Puppet to manage plugins, but the dependencies should be all met - I've checked them against a machine that was provisioned without Puppet, and the versions match. I'll have another trawl through at some point soon, then... On 7 April 2015 at 20:23, Daniel Beck m...@beckweb.net

Re: NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Daniel Beck
Specifically the Mailer plugin is version 1.12+ when it must not be newer than 1.11. On 07.04.2015, at 21:58, Andrew Langhorn andrew.langh...@digital.cabinet-office.gov.uk wrote: We are using Puppet to manage plugins, but the dependencies should be all met - I've checked them against a

Jenkins converts the scope of dependency as compile and fails to include the dependencies in the war

2015-04-07 Thread Murthy Gandikota
Using Jenkins 1.596. While creating a war, all the necessary jars are flagged with the scope compile, like this: [pool-1-thread-1 for channel] INFO org.apache.maven.plugin.dependency.TreeMojo - +- org.javassist:javassist:jar:3.18.1-GA:compile [pool-1-thread-1 for channel] INFO

unable to connect to slave on Ubuntu 12.03 desktop

2015-04-07 Thread Ginga, Dick
I have a windows Jenkins server and a week or so ago I succeeded in connecting an Ubuntu 14.04 Server slave without any problem. Now I am trying to connect a 12.04 desktop and I get below. I keep thinking I am forgetting some stpe I did but its not coming to me. Please help. [04/07/15

deploying build artifacts from a previous build.

2015-04-07 Thread Colin Kincaid Williams
Hi, I'm part of a project that is currently using a set of scripts to deploy projects manually by providing a build number. The scripts dig through the filesystem on the jenkins server, and copy and deploy the files needed in place on a host. Unfortunately these simple scripts are a mess.

Re: Can't Find TestFile for VS Test

2015-04-07 Thread SkierDude1959
Your own answer '' C:\Program Files (x86)\Jenkins\jobs\ MyProjectName\workspace\TestLibs\obj\Release\TestLibs.dll'' On Monday, April 6, 2015 at 5:28:04 PM UTC-6, SkierDude1959 wrote: My test file is in C:\Program Files

Re: Failing to update jenkins.war

2015-04-07 Thread Christopher Orr
This has been fixed: https://issues.jenkins-ci.org/browse/INFRA-270 On 07/04/15 21:08, Richard Bywater wrote: I think I saw mention in another thread that there is an issue with 1.608 not being available for download properly yet so, if true, that might be the cause of the issue. Richard On

Re: Can't Find TestFile for VS Test

2015-04-07 Thread SkierDude1959
Yes and thanks Matthew. After I posted I discovered that I needed '' at the start and stop of the the entire path. With out it the plug in thought I had separate test files. I tried ''Program Files (x86)'' etc bit it needed ''C:\Program Files