CloudBees OSS Demo Day

2017-04-10 Thread Patrick Wolf
It's time for CloudBees Monthly Demonstrations of new features we are working on in Jenkins. When: Thursday, April 13, 8 AM PDT (3 PM UTC) This will be a live feed on CloudBeesTV YouTube channel: https://www.youtube.com/watch?v=rfscxse74fw The recording will be available after for viewing on th

Re: Blue Ocean - access key for Github enterprise

2017-04-10 Thread James Dumay
Hi Tuan, Github Enterprise support isn't far away - you can watch and follow this ticket for updates https://issues.jenkins-ci.org/browse/JENKINS-40855 On Saturday, April 8, 2017 at 3:49:14 AM UTC+10, Tuan Doe wrote: > > Hello, > > I'm currently using Github enterprise to setup Blue Ocean. Blu

Getting an exception when using Job import plugin

2017-04-10 Thread Prasu S
I'm trying to import jobs from Jenkins 1.658 to Jenkins 2.45 . I receive the below error. Can anyone please help. java.lang.NoClassDefFoundError: com/google/inject/internal/guava/base/$Preconditions at org.jenkins.ci.plugins.jobimport.CredentialsUtils$NullSafeCredentials.(CredentialsUtils.java:

File bytes missing issue with zip file as file parameter in 1.6.1 Jenkins version

2017-04-10 Thread siva3software
Hi All, I am new to Jenkins and have created a filepameterized free style build in 1.6.1 version which has shell script which does unzip of the input file parameter which we pass during build execution..I.e Zip file.. Initially I didn't see any issues with this approch but recently I have obse

Always run specific build/postbuild step

2017-04-10 Thread Alex Domoradov
Hello, is it possible at all? I have tried to use Conditional BuildStep with condition "Always" but without success. I have two build step each of them is shell script. Build step1 - Execute shell #!/bin/bash -ex echo "*** STEP1 ***" exit 1 Build step2 - Execute shell #!/bin/bash -ex

Re: Xcode plug-in alternatives?

2017-04-10 Thread Arnaud Héritier
For now the main issue is that xcode 8.3 isn't compatible There is a work in progress but not easy to have it landing : https://github.com/jenkinsci/xcode-plugin/pull/76 On Mon, Apr 10, 2017 at 11:17 PM, wrote: > The Xcode plugin seems to have been struggling with support for a while > now, and

Xcode plug-in alternatives?

2017-04-10 Thread andy . johns
The Xcode plugin seems to have been struggling with support for a while now, and with the latest version of Xcode the plugin can no longer build IPAs for distribution. Any hope of the Xcode plugin being resurrected? Anyone have any good alternatives? I guess I'll need to go the shell script ro

RE: using .each with closure in jenkins pipeline - @NonCPS method

2017-04-10 Thread Gardell, Steven
From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste Mathus Sent: Monday, April 10, 2017 4:41 PM To: jenkinsci-users@googlegroups.com Subject: Re: using .each with closure in jenkins pipeline - @NonCPS method Resending from this morning, which didn't go through, see below. 2

Re: using .each with closure in jenkins pipeline - @NonCPS method

2017-04-10 Thread Baptiste Mathus
Resending from this morning, which didn't go through, see below. 2017-04-10 8:23 GMT+02:00 Stephen Connolly : > > On Mon 10 Apr 2017 at 06:02, niristotle okram > wrote: > >> I have seen that mentioned somewhere in the past. But i am baffled as to >> why things works in the master and fails in t

Re: using .each with closure in jenkins pipeline - @NonCPS method

2017-04-10 Thread niristotle okram
I think i am almost there now... Have to ripe off certain logic from the noncps method ...and use the readfile and writeFile dsl. Keeping fingers cross as i type in :) On Mon, Apr 10, 2017 at 1:23 AM Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Mon 10 Apr 2017 at 06:02, niris

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-04-10 Thread Baptiste Mathus
2.54 is out and now requires Java 8 to run: https://jenkins.io/blog/2017/04/10/jenkins-has-upgraded-to-java-8/ 2017-04-09 7:25 GMT+02:00 Baptiste Mathus : > Hello, quick heads up: next Monday, in a few hours from now, this will be > effective. > > Jenkins 2.54 will require Java 8. And there's a g

getting error when trying to configure Jenkins with PTC Integrity

2017-04-10 Thread hector . magnanao
I'm having a problem trying to configure Jenkins with our PTC Server. We get this error when we try to test the connection from our Jenkins client. Below are the Jenkins settings: Jenkins version: 1.631 JAVA version: JDK1.8.0_74 PTC Version: 10.6 Stack trace javax.servlet.ServletException:

Re: Set build result with Groovy Postbuild Plugin using value of an environment variable

2017-04-10 Thread wq
def buildName = manager.envVars['JOB_NAME']; def buildId = manager.envVars['BUILD_ID']; manager.listener.logger.println(buildName); On Saturday, October 29, 2011 at 6:18:06 AM UTC+8, Hans wrote: > > Hello, > > I am trying to figure out how I can use the value of an environment > variable to se