Re: Pipeline with CVS

2017-05-02 Thread Kevin Burnett
Use the pipeline syntax generator that you can find in the left nav of your jenkins UI in any pipeline job. It's sweet. I will not take any cheap shots at CVS while I'm here.

Re: Multi branch source - PR versus branch build

2017-05-02 Thread Kevin Burnett
i'm actually totally with you on this. i've been wanting to only build branches (and never build PRs) for a while now. in fact, we've gone so far as to "kill" PR builds manually in our shared library in order to not chew up resources needlessly: if (env.BRANCH_NAME &&

Re: For Every build it showing below warning

2017-05-02 Thread Stephen Connolly
Somebody has configured a queue item authenticator and defined the default to be "run as anonymous" Probably intentional, so find out why they did it before turning it off On Tue 2 May 2017 at 08:00, Sandeep Grandham wrote: > Hi.. > > While i am trying to build a

Load properties from a properties file and make it available anywhere in the pipeline

2017-05-02 Thread ishan jain
Hi all, My requirement is simple, i just want to externalize some 'values' to make my Jenkinsfile more re usable and for this i need to* load the properties from a file which is going to be right next to Jenkinsfile, and make sure that these properties are available anywhere in the code*. I am

Re: Merge to Master not kicking Open PRs to also build

2017-05-02 Thread Jeffrey
@2.0.5 GHBS --- everything is patched to latest as of today. Still exhibits the incorrect behavior. Thanks for taking the time to read. On Tuesday, May 2, 2017 at 10:03:45 AM UTC-4, Stephen Connolly wrote: > > I think this is > https://github.com/jenkinsci/github-branch-source-plugin/pull/131

null pointer exception

2017-05-02 Thread Alex Dunwell nee Grässer
After upgrading to Jenkins 2.46.2 I'm getting this error. Compiling on Java 8 112 Any idea on how to resolve this? ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

Re: Merge to Master not kicking Open PRs to also build

2017-05-02 Thread Stephen Connolly
I think this is https://github.com/jenkinsci/github-branch-source-plugin/pull/131 unless you have upgraded to ghbs 2.0.5 On 2 May 2017 at 11:57, Jeffrey wrote: > Hey, Thanks for reading. > > All PRs build -- and post back a status message to GIT delivering build > success

Fwd: null pointer exception

2017-05-02 Thread Alex Dunwell nee Grässer
After upgrading to Jenkins 2.46.2 I'm receiving this error. Any ideas on how to resolve this? ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException

Re: svn error 'ISVNAuthentication provider did not provide credentials'

2017-05-02 Thread 'Maciej Jaros' via Jenkins Users
There is bug in Subversion Plugin. It seem that new versions of this plugin cannot handle svn:externals well. See: https://issues.jenkins-ci.org/browse/JENKINS-32167 David Aldrich (2017-04-11 14:52): Hi Since upgrading: SCM API plugin from 1.3 to 2.1.1 Subversion Plugin 2.7.1 to 2.7.1 we

Delete Job, created by Multibranch-Pipeline with jobDsl, when Branch is deleted

2017-05-02 Thread roberte88
Hello Jenkins users,   I have a Multibrach-Pipeline on my Jenkins which creates a job per branch. branch1,branch2,branch3   These jobs create jobs again via the jobdsl-plugin in Jenkinsfile: def createJob(jobFile) { def job = readFile (jobFile) jobDsl scriptText: job  }   with

Re: jenkins slave node running debian 7 will not launch

2017-05-02 Thread Mark Waite
I think you've detected a bug (or likely multiple bugs). I think they may be due to the recent updates to the trilead ssh library in the weekly build. Thanks for detecting them! Passing Test Configuration I have a Docker configuration that running Jenkins 2.46.2 with "Manually provided Key

Re: jenkins slave node running debian 7 will not launch

2017-05-02 Thread Richard Ginga
depending on how you are starting the slave, there are ways to designate which version of Java to use different from any default java. for ssh connections, see the advanced button. for webstart, see the slave.xml file. (or something like that) On Tue, May 2, 2017 at 2:12 AM, Jaap de Jong

Help | ReInstall Jenkins pointing to OLD JENKINS_HOME path

2017-05-02 Thread LnT
Hi , my legacy environment of jenkins(1.7) master is with and user called RobertoGa in Windows 7 And jenkins home is pointed to c:\Users\RobertoGa Now the Jenkins master, 18 slaves and 200+ jobs ==> everything is @ jenkins home is pointed to c:\Users\RobertoGa Since the jenkins application

Re: Merge to Master not kicking Open PRs to also build

2017-05-02 Thread Jeffrey
Hey, Thanks for reading. All PRs build -- and post back a status message to GIT delivering build success or failure right? 2 PRs like before -- both build successfully and show "Clear to ship" PR1 Gets merged to Master (Which changes code that may or may not work on PR2 ) Unless someone

Add external folder zip at deployement time

2017-05-02 Thread Simon Franquet
Hello, we use Jenkins with build Parameters plugin and Publish over ssh plugin. I need to zip a folder from the network and add it to the final deployed zip at deployment stage. The transfert Panel option seems to be the good place where to do that, in the source files combo it is possible

[ANN] LDAP plugin 1.15 has validation button

2017-05-02 Thread Stephen Connolly
We have added a "Test LDAP settings" button to the LDAP plugin in version 1.15 I strongly recommend that you use this button to validate your existing configuration. I have seen cases where the LDAP settings contained incorrect configuration for either user lookup or group resolution. These

Re: What's Italian for "New-poster moderation for Google Groups has been enabled?"

2017-05-02 Thread Aldrin Leal
[Slightly offtopic] Thanks for doing this. I once thought Germano Mosconi (google him) was profane enough. -- -- Aldrin Leal, / http://about.me/aldrinleal On Mon, May 1, 2017 at 3:14 PM, R. Tyler Croy wrote: > > In response to our on-going battle

Pipeline with CVS

2017-05-02 Thread xtonic
Hi, I try to write pipeline to check out code from CVS. While there are many example with git, I cannot find any example with CVS. I would very appreciate if anyone can post some groovy examples here. Regards, David -- You received this message because you are subscribed to the Google

Gradle - JaCoCo via Jenkins build failure(java.lang.ClassNotFoundException: org.jacoco.report.IReportGroupVisitor)

2017-05-02 Thread Makarand Jadhav
Hello, Can someone please assist or point me in the right direction on gradle error seen during the build using JaCoCo plugin executing via Jenkins? Thanks in advance! See details below on my setup and steps performed. I am running Jenkins Job that has uses Gradle plugin(V1.26 from

jenkins slave node running debian 7 will not launch

2017-05-02 Thread Jaap de Jong
Hi All! Since a recent update my slave jenkins node will not launch. It is running debian 7 with oracle jre 1.8.0_131. The master runs debian 8 with the same jvm. Launching the slave fails on the first ssh connection the master tries to make. In the /var/log/jenkins/jenkins.log on the master:

For Every build it showing below warning

2017-05-02 Thread Sandeep Grandham
Hi.. While i am trying to build a project, for every build i am getting this warning message. loke Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped