Re: Pull a Build with the API

2013-12-02 Thread Richard Bywater
No need to use the API to get the builds. Basically once you've chosen to archive the build artifacts, you can use a plain HTTP GET on a URL(s) to retrieve the file(s) you need to load into your system. Richard. On Tue, Dec 3, 2013 at 3:26 PM, wrote: > Hi, > > I'm a brand new user and I've b

Pull a Build with the API

2013-12-02 Thread joshuamarberry
Hi, I'm a brand new user and I've been tasked with automating the process of pulling a build from Jenkins and loading it into a UUT on our custom test system. I've been reading through Jenkins tutorials and wikis and have seen a lot of API commands that deal with starting builds and getting

Getting ERROR: The suiteFile is not a file or an url

2013-12-02 Thread Ralph Freshour
Hi Everyone I'm trying to run my Selenium WebDriver TestNG test suite (testing3.xml) in Jenkins. In Selenium, using TestNG, my test suite runs successfully. In my Win7 cmd window, I can also run the test suite successfully using this string at the cmd prompt: java -cp C:\lib*;C:\Users\Smith

Re: Crash starting Jenkins master today

2013-12-02 Thread Daniel Beck
Go to the Jenkins web site, then click on changelog, then click on communty ratings. You're not alone. Check out the reports affecting 1.541: https://issues.jenkins-ci.org/browse/JENKINS-20757 https://issues.jenkins-ci.org/browse/JENKINS-20765 https://issues.jenkins-ci.org/browse/JENKINS-20630 ht

How to cancel a build from another job

2013-12-02 Thread Baz South Africa
Hi All Here is the scenario: Tests and builds are fired in parallel from a master to arbitrary slaves. Tests finish WAY before builds do. Is there a way I can cancel the build if the test fails? So, I would like a script that would trigger on a failure and in that script, I would like to cancel

Re: Crash starting Jenkins master today

2013-12-02 Thread Jeremy Morton
Rolling back to Jenkins.war.bak [1.539] fixed this. On Monday, December 2, 2013 3:37:55 PM UTC-5, Jeremy Morton wrote: > > I haven't been able to start Jenkins today: > > Dec 02, 2013 3:36:18 PM jenkins.InitReactorRunner$1 onAttained > INFO: Prepared all plugins > Dec 02, 2013 3:36:19 PM jenkins.I

Re: Credentials Plugin and Environment Variables

2013-12-02 Thread Stephen Connolly
You could write a plugin that does that... On 2 December 2013 17:54, Walter Kacynski wrote: > Is it possible to "export" the list of credentials for the job's current > scope so that they can be accessed via environment variables for job built > steps like shell scripts? > > Thank, > Walt > > -

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Mark Waite
You can download slave.jar from the link on each slave node definition page. It is available from http://localhost:8080/jnlpJars/slave.jar(replace localhost with your Jenkins server host name). Mark Waite On Mon, Dec 2, 2013 at 12:58 PM, Jeremy Morton wrote: > I am not finding slave.jar, and t

Crash starting Jenkins master today

2013-12-02 Thread Jeremy Morton
I haven't been able to start Jenkins today: Dec 02, 2013 3:36:18 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Dec 02, 2013 3:36:19 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Dec 02, 2013 3:36:19 PM jenkins.InitReactorRunner$1 onAttained INFO: Augmen

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Daniel Beck
Download from your Jenkins at https://ci.domain.com/jenkins/jnlpJars/slave.jar On 02.12.2013, at 20:58, Jeremy Morton wrote: > I am not finding slave.jar, and that command errors with: > > Error: Unable to access jarfile slave.jar > > On Friday, November 29, 2013 4:13:31 AM UTC-5, Mikael Larss

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Jeremy Morton
I am not finding slave.jar, and that command errors with: Error: Unable to access jarfile slave.jar On Friday, November 29, 2013 4:13:31 AM UTC-5, Mikael Larsson wrote: > Hi, > > We had the same issue and solved it by using the alternative way to start > the jnlp-jar: > >java -jar slave.jar

Re: Parameterized Build, how to pass a JVM argument using Jenkins?

2013-12-02 Thread Walter Kacynski
The only way that I can think of doing this would be to update your build scripts to look for these environment variables so that they are passed into the JVM. Otherwise, you would have to call the java program from a second build step outside of your ANT script. On Monday, December 2, 2013 12

Re: Upgrade from 1.472 to 1.541 failing

2013-12-02 Thread Mark Waite
If you were running a version of Jenkins for that long without upgrading, you might also consider upgrading to the Long Term Support version instead of upgrading to the latest tip of development. The long term support version is currently 1.532.1 and is available from http://mirrors.jenkins-ci.org

Re: Upgrade from 1.472 to 1.541 failing

2013-12-02 Thread Walter Kacynski
1.) All builds are cumulative so you just need to pick the version that you want to run. Please share the error message that you are seeing. Also, did you try searching http://issues.jenkins-ci.org for your error message? On Monday, December 2, 2013 12:54:55 PM UTC-5, bluntcoder wrote: > > Hel

Re: Helping to improve the state of building IOS/Mac apps using jenkins

2013-12-02 Thread Jai Govindani
Oh and btw I use a headless OSX (Mac Mini) slave to build our iOS jobs. Main Jenkins server is Linux and is used for our other jobs (PHP etc). On Monday, December 2, 2013 10:29:21 PM UTC+7, Jai Govindani wrote: > > Hey there - responses below - would do in-line but seems to end up as a > bit of

Parameterized Build, how to pass a JVM argument using Jenkins?

2013-12-02 Thread stephenc
I am creating a Parameterized build where the Parameter is of type "Choice" and the Parameter Name is "testName". Choice of values such as "bigTest" "smallTest" "medTest" I want to pass the value as a JVM argument. For example if they select the value of "bigTest" I want to set JVM argument a

Credentials Plugin and Environment Variables

2013-12-02 Thread Walter Kacynski
Is it possible to "export" the list of credentials for the job's current scope so that they can be accessed via environment variables for job built steps like shell scripts? Thank, Walt -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

Upgrade from 1.472 to 1.541 failing

2013-12-02 Thread bluntcoder
Hello, I'm trying to upgrade my fully functional Jenkins build (v1.472) to the latest version on Windows XP. The automatic update failed. I tried doing a manual update, it also failed. It is due to an access violation in the jenkins.err.log on bootup. One thing I tried was adding in JENKINS_HOM

Re: Release date of next LTS release

2013-12-02 Thread Maureen Barger
Great - thank you! On Mon, Dec 2, 2013 at 12:38 PM, Stephen Connolly wrote: > It's released already but KK hasn't updated the website > > > On 2 December 2013 17:32, Maureen Barger wrote: >> >> Any closer to defining a date for the general release? >> >> On Thu, Nov 14, 2013 at 2:35 PM, Daniel B

Re: Release date of next LTS release

2013-12-02 Thread Stephen Connolly
It's released already but KK hasn't updated the website On 2 December 2013 17:32, Maureen Barger wrote: > Any closer to defining a date for the general release? > > On Thu, Nov 14, 2013 at 2:35 PM, Daniel Beck wrote: > > Kohsuke posted the release candidate today, so you could start using (or

Re: Release date of next LTS release

2013-12-02 Thread Walter Kacynski
I used the LTS download link and it was updated to version 1.532.1 It looks like the text on the page has not been updated as of yet, nor the LTS update center links. On Monday, December 2, 2013 12:32:44 PM UTC-5, MoBarger wrote: > > Any closer to defining a date for the general release? > >

Re: Release date of next LTS release

2013-12-02 Thread Maureen Barger
Any closer to defining a date for the general release? On Thu, Nov 14, 2013 at 2:35 PM, Daniel Beck wrote: > Kohsuke posted the release candidate today, so you could start using (or at > least testing) that: > > See http://jenkins-ci.org/stable-rc > > On 14.11.2013, at 19:09, VFloyd wrote: > >>

Re: Problems with Build-Monitor on Raspberry Pi

2013-12-02 Thread Tomasz Poręba
We also experience the "Jenkins returned 0" problem on our wall displays. We have touch screens, so we can refresh it but it is quite irritating :) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Helping to improve the state of building IOS/Mac apps using jenkins

2013-12-02 Thread Jai Govindani
Hey there - responses below - would do in-line but seems to end up as a bit of a mess. == what are your IOS/Mac OS X use case(s) ? We use Jenkins to put out test builds of our app (Zodio) as well as to run unit tests. Then we package up the IPA and ship out/upload to HockeyApp. == do you use th

mercurial ownner ship problem in ubuntu

2013-12-02 Thread Arif Roni
hello while updating the kiln with mercurial in jenkins i got this error abort: Operation not permitted "filename" now the filename has different user and group than others. i edited the hgrc file to trust that user and group. how do i solve this? -- You received this message because you a

avoid clean update in hg

2013-12-02 Thread Arif Roni
hello when i try to sync with jenkins, mercurial execute hg update --clean. but while configuring the sync/build i found an option called Clean Build (When this option is checked, each build will wipe any local modifications or untracked files in the repository checkout. This is often a conven

[FSTrigger] Polling Error - Polling ceases when monitoring share with locked files

2013-12-02 Thread Henrik Steudel
Hi everyone, I am fairly new to FSTrigger plugin and I wonder if you could point me in the right direction regarding the following issue. I am using the Jenkins Filesystem Trigger Plug-in on Jenkins 1.535 to monitor a samba share.