Jenkins Xcode Plugin Can't find Provisioning Profile

2015-06-19 Thread Greg Nifor
When I run "/usr/bin/security find-identity -p codesigning -v" I can see the provisioning profile. I copy and paste the name of the provisioning profile into the Code Signing Identity field under Code signing & OS X keychain options of the Xcode plugin. When I run the job it fails with this err

Jenkins git-plugin Question for Console Output

2015-06-19 Thread ajacobs
Hey there, Was told by the developers that someone here might be able to assist me in a question that I have. So, I have confirmed through the developers that the git-plugin itself is causing Jenkins to output some information in the Console Output after it runs a test, but my question is if an

Webinar: 7-Step Recipe for Continuous Integration Using OpenStack

2015-06-19 Thread rdudheria
Looking to automate your CI/CD workload and wondering how OpenStack can help? Then look no further. In this webinar, we capture best practices for running a smoothly-integrated CI/CD environment using OpenStack. These are lessons from running a large-scale private cloud internally at Platform

Re: Multiple projects, same commands

2015-06-19 Thread Jacek.Tomaka
Hi Thomas, You might be interested in inheritance plugin. Regards. Jacek Tomaka > On 20 Jun 2015, at 03:17, tps800 wrote: > > Hi! > > I have to build and test some projects. All these use the same commands. I've > made them each into a project: > > checkout > build1 > build2 > install1 > ins

Multiple projects, same commands

2015-06-19 Thread tps800
Hi! I have to build and test some projects. All these use the same commands. I've made them each into a project: 1. checkout 2. build1 3. build2 4. install1 5. install2 6. build3 7. install3 8. test This has to be done multiple times on different hardware. At now I

Re: Matrix building and triggered builds on nodes with teh same OS

2015-06-19 Thread Eric Pyle
Bob, You would need to pass the value "Suse13.2" (or whatever OS label) as the Label parameter to the downstream job. So in the downstream job you define a parameter of type Label, and then you pass the desired label value as that parameter when invoking the downstream job. Do you have the Pa

Re: Matrix building and triggered builds on nodes with teh same OS

2015-06-19 Thread Bob Stafford
Hi Eric, Thanks for the suggestion but I've not yet managed to make it work. From my matrix job when the compilation build has finished from Suse13.2 I want to run the test build on the suse 13.2 nodes and when the Centos compilation has finished I want to run the same test on the centos node

Prevent job blocking deadlock

2015-06-19 Thread Jarvis
Hey guys. Happy Friday! We have a build flow job that kicks off multiple jobs in sequence with a DSL groovy file: unit tests, creating a build, deploying, regression tests, etc. Now the unit testing is a separate job that we'd like to run hourly during the day, while letting the main build flo

End to end tests with CasperJS and Jenkins

2015-06-19 Thread Daniela Morais
I have a script that checks whether all application modules are up and returning the result correctly, but need to test the *upload .xlsx and .zip files*. I'm developing in *CasperJS* and desire to integrate with *Jenkins* (which I'm still learning about). My question is: How do I access these

Re: Jenkins Safe Restart

2015-06-19 Thread capt edgar
Hi thomas Can you be more specific please? Regards On Friday, June 19, 2015 at 4:00:31 PM UTC+1, capt edgar wrote: > > Does anyone know or aware of any command-line option or scripts to restart > Jenkins installed on Apache Tomcat? > > I found this on Google > https://wiki.jenkins-ci.org/disp

Re: Jenkins Safe Restart

2015-06-19 Thread Suckow, Thomas J
I think you can disable a tomcat service via some api call. Then you could re-enable it. From: capt edgar mailto:capted...@googlemail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, June 19, 2015

Re: Strange issue with copy artifact plugin not copying everything

2015-06-19 Thread Suckow, Thomas J
For good measure I went and checked the folder and the archive directory has all the files it is supposed to. Though I expect this since my workaround works. I created a brand new freestyle job that ALL it does is copy the artifacts. The first time it is run, only 15 are copied. If I click build n

Jenkins Safe Restart

2015-06-19 Thread capt edgar
Does anyone know or aware of any command-line option or scripts to restart Jenkins installed on Apache Tomcat? I found this on Google https://wiki.jenkins-ci.org/display/JENKINS/SafeRestart+Plugin but just wondering if anyone had used this plugin to make it work for jenkins installed on Apache

RE: Strange issue with copy artifact plugin not copying everything

2015-06-19 Thread Matthew.Webber
The first step is to determine whether the problem is that the files are not being archived in the upstream job, or whether they are archived but then not subsequently retrieved by the CopyArtifact plugin in the downstream job. Look on the Jenkins master itself, in Jenkins_home/jobs//builds//ar

Re: Matrix building and triggered builds on nodes with teh same OS

2015-06-19 Thread Eric Pyle
Hi Bob, You should be able to configure the triggered builds to use a particular label, using the NodeLabel Parameter Plugin, which lets you pass a parameter indicating a label the job should run on. Regards, Eric On 6/18/2015 5:50 PM, Bob Stafford wrote: Hi All, I'm new to Jenkins so I ap

[workflow] preemting older builds in throttled stages

2015-06-19 Thread Olve Hansen
I have a question about stages. In https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#stages it is stated that: Newer builds are always given priority when entering such a throttled > stage; older builds will simply exit early if they are preƫmpted. > I have two throttled sta

Promoted builds plugin / jenkins not deleting artifacts

2015-06-19 Thread kabrown
Hi - I created the following issue https://issues.jenkins-ci.org/browse/JENKINS-28959 For now I'm hoping there's a work-around - can anyone with good knowledge of Jenkins suggest a way to clear out old promoted build archives automatically? They are filling up our disk space and causing issues

Log Parser plugin file location?

2015-06-19 Thread David Aldrich
Hi I have only just discovered the Log Parser plugin. The wiki page shows the parsing rules files living in /tmp. How do people here usually manage their parsing rule files? Is it possible to store them in a scm such as Subversion? Can they be taken from the active workspace? Best regards D