Xcode plugin ... FATAL unknown error on unit tests.

2016-09-14 Thread Kaolin Fire
I'm stumbling blindly on where exactly to debug a failure with my setup of jenkins/xcode-plugin and my project *20:44:21* ** TEST FAILED ***20:44:21* *20:44:22* 13:44:10.210 xctest[95011:6101986] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received*20:44:22*

multi module jenkins Aggrigate report

2016-09-14 Thread Veeru Makkena
Hi All,I want to get aggregated report after executing the Cucumber tests in various modules, would collect the results in all the modules and produce one single aggregated report. Please advice is there any way to get the report. Regards, Veeru.M -- You received this message because you are

Collapsing Console Sections not parsing console in Jenkins 2.7.4

2016-09-14 Thread Michael Giroux
I've installed the Collapsing Console Sections plugin in Jenkins 2.7.4. I configured a couple of sections to identify SCM checkout and the start of a maven build. After running a job, the console output does not contain any sections. I see no options on job configuration to activate the

ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2016-09-14 Thread Michael Giroux
Job is a simple maven project. Project builds successfully from command line. Let me know what additional info you might want to look at this. ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

Re: remote access api and curl

2016-09-14 Thread gessner . tim
More progress - I changed buildWithParameters to just build and it seems to work. No to replace strings with variables in the JSON string Tim On Wednesday, September 14, 2016 at 7:50:57 AM UTC-7, gessn...@gmail.com wrote: > > > > down votefavorite >

Re: remote access api and curl

2016-09-14 Thread gessner . tim
I have made progress - using --data-urlencode json="$Params" will trigger the build though the parameters I send over - P4USER and EMAIL_ADDR are blank in the environment variables. On Wednesday, September 14, 2016 at 7:50:57 AM UTC-7, gessn...@gmail.com wrote: > > > > down votefavorite >

Re: Jenkins 2 Pipeline script triggering itself. How to not poll for changes by git user Jenkins?

2016-09-14 Thread Mark Waite
No work around that I've found. On Wed, Sep 14, 2016 at 8:20 AM Phil Swenson wrote: > Hi, we have a Jenkins Pipeline job that changes a pom.xml file and checks > in the change. This of course causes the job to kick itself off again. > > Is there a way to configure the

Jenkins 2 Pipeline script triggering itself. How to not poll for changes by git user Jenkins?

2016-09-14 Thread Phil Swenson
Hi, we have a Jenkins Pipeline job that changes a pom.xml file and checks in the change. This of course causes the job to kick itself off again. Is there a way to configure the job to ignore the jenkins user? I tried this: git url: 'g...@bitbucket.org:myrepo.git', excludedUsers:

remote access api and curl

2016-09-14 Thread gessner . tim
down votefavorite I am trying to write a bash script to start a build on Jenkins. It works but the problem I am having is with passing parameter values. I have: curl -X POST $Server -d token='MyToken'

Advice required for accessing Jenkins using CLI

2016-09-14 Thread Irusappan PaneerSelvam
Dear All, I'm trying to invoke Jenkins hosted on AWS machine using Jenkins-cli.jar. Both Jenkins and CLI jar version same ( 2.7.3) Below is the command used to invoke jenkins using CMD java -jar jenkins-cli.jar -s http://ec2-54-186-237-233.us-west-2.compute.amazonaws.com:8080 build

Re: Latest changes to Jenkins Pipeline break serializable on KeySet

2016-09-14 Thread Sverre Moe
I got a nother problem in production. It has worked before to use "for (var : list)". I have used this because "list.each { var -> }" does not work. Why does not the former still work? Also list.get(i) does not work. Had to use list.getAt(i) if (extraHosts != null && !extraHosts.isEmpty()) {

Error creating a powershell COM object in Jenkins

2016-09-14 Thread Jenkins Johnny
I want to create a COM object, internet explorer application. The following code works fine in PowerShell ISE (32 bit): $ie = New-Object -com InternetExplorer.Application But, when I try running it on Jenkins Windows server (using either the powershell plugin or calling the PS1 with a batch

Error creating a powershell COM object in Jenkins

2016-09-14 Thread Jenkins Johnny
I want to create a COM object, internet explorer application. The following code works fine in PowerShell ISE (32 bit): $ie = New-Object -com InternetExplorer.Application But, when I try running it on Jenkins Windows server (using either the powershell plugin or calling the PS1 with a batch

Does the Powershell command “sendkeys” work in Jenkins? If not, is there an alternative method?

2016-09-14 Thread Jenkins Johnny
I've been trying to create a Powershell script in Jenkins that input keyboard commands to test if various fields and quick key shortcuts are working. For example, I use the following to enter a 'quick key' event that will close the application (alt + X) Add-Type –AssemblyName

RE: Jenkins job triggered by gerrit vote

2016-09-14 Thread Matthew.Webber
It is possible to trigger a job when a Gerrit comment is added, although that is not how it is normally set up. There is no trigger event for just voting. If you are having a problem with a specific job, you need to look at the configuration for the job to see when it is triggered. If this is a