Re: Need CPS/Groovy understanding - problem with setters/getters

2016-09-28 Thread Michael Lasevich
Well, apparently it is a known issue for about a year, with little activity :-( https://issues.jenkins-ci.org/browse/JENKINS-31484 -M On Wednesday, September 28, 2016 at 6:00:40 PM UTC-7, Michael Lasevich wrote: > > Can anyone who understands Groovy/CPS look at this and see if this is even >

Re: Maintaining a unique Build Number across multiple build servers

2016-09-28 Thread Michael Lasevich
There are many approaches to this problem, and I am not sure what your setup or requirements are, but here is some information that may be helpful. * It is important to understand that any jenkins build has two ids - the actual immutable build_id - which is always consecutive for a job and spec

Need CPS/Groovy understanding - problem with setters/getters

2016-09-28 Thread Michael Lasevich
Can anyone who understands Groovy/CPS look at this and see if this is even resolvable/fixable? Ok, so after much hair loss and much unpredictable behavior - I have discovered an ugly bug (feature?) that Groovy getters/setters that work fine under regular Groovy, fail miserably under Pipelines/J

Re: Blue Ocean Problems: Cannot read property 'jenkinsConfig' of undefined

2016-09-28 Thread Indra Gunawan (ingunawa)
Have you restarted Jenkins yet before trying new plugin? From: mailto:jenkinsci-users@googlegroups.com>> on behalf of jwa mailto:jamie.as...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Wednesd

Re: LDAP with Jenkins 2.0 (Jenkins 2.7.4 version to be specific)

2016-09-28 Thread Indra Gunawan (ingunawa)
Yes LDAP plugin is working fine with Jenkins 2.7.4 LTS. My case is I upgraded from 1.625.3 to 2.7.4. I kept LDAP plugin the same @ version 1.11 From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Raghu Pallikonda mailto:palli...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.co

LDAP with Jenkins 2.0 (Jenkins 2.7.4 version to be specific)

2016-09-28 Thread Raghu Pallikonda
Does anyone have the LDAP plugin https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin working successfully with Jenkins 2.0 ? I installed and configured the LDAP plugin with Jenkins 2.7.4 and it doesn't work as expected (got *server certificate change is restricted during renegotiation)*.

(ez-template) Can job using a template add build steps

2016-09-28 Thread John Mathews
I used EZ-Template to create a template that has common configurations for my jobs. I'm trying to create a job that uses the template, with additional builds steps. Is this possible? Every time I save the job, the build step is removed. -- You received this message because you are subscribed t

Scheduled maintenance for JIRA, Wiki, Accounts, DNS, etc 2016-09-29 22:00-23:00 UTC

2016-09-28 Thread R. Tyler Croy
Consider this notice that we will be performing scheduled maintenance during a 60 minute window tomorrow September 29th (UTC). I will be taking various services which are deployed via Docker containers temporarily offline as we upgrade the underlying Docker daemons. We will be iterating through m

reg old builds

2016-09-28 Thread Zue Sani
Hi , Can I know how can we save old builds in Jenkins. we are building dacpac and deploying but when we want to deploy the old builds I couldn't find the old build. is there any way I can store the old builds and set them to deployment. -- You received this message because you are subscribed to

Re: Jenkins Docker Slave unable to connect to Jenkins Master

2016-09-28 Thread Harikrishnan Gopalakrishnan
Hi, I am also facing similar issue. Where you able to resolve this issue. Could you please let me know how this was fixed? On Tuesday, March 22, 2016 at 10:26:58 AM UTC-4, jsand...@gmail.com wrote: > > HI, > > Issue: Jenkin Slave running in a Docker Container unable to connect to > the Jenkin

Re: Merge Git Core Repo and Site Repo folder while Jenkins deployment

2016-09-28 Thread Mark Waite
I'm sorry, but I don't have a script handy to do that. You might investigate the "ant" build tool and its "copy" task. Mark Waite On Tue, Sep 27, 2016 at 5:08 AM kamlesh nattamai ramesh babu < nrkaml...@gmail.com> wrote: > Thanks very much *Mark Waite, *I was looking for the similar kind of > s

scriptler - dependencies with grab/grape?

2016-09-28 Thread Guy Matz
Hello! Does anyone know if it's possible to grab dependencies within a scriptler script? Any advice out there? Thanks!! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Blue Ocean Problems: Cannot read property 'jenkinsConfig' of undefined

2016-09-28 Thread jwa
Hi All, Has anyone seen this problem with the Blue Ocean UI? When I click "Try Blue Ocean UI..." the progress bar stalls at ~90%. When I open the console in Chrome it has the following logged out: Cannot read property 'jenkinsConfig' of undefined blueocean.js:82243 I've only just installed th

Re: Maintaining a unique Build Number across multiple build servers

2016-09-28 Thread Robert Kruck
On Monday, September 19, 2016 at 2:54:15 PM UTC-5, Robert Kruck wrote: > > Is it possible to preserve the integrity of build numbers (NO DUPLICATES > and build numbers in order) while building in multiple Jenkins build > servers? > > If this capability exists in Jenkins, what Jenkins plugins a

How to Stop Weblogic Node from jenkins

2016-09-28 Thread R Jeevitha
Hi, Can anyone please tell me the steps to stop weblogic node from jenkins. Manually we follow the below process,the same thing I want to achieve in jenkins. -Login Weblogic console -Go To Environment->Clusters->Select Node->click Force ShutDown. Thanks, Jeevitha.R -- You received this message

Re: CI Game: Getting no PMD or FindBugs points

2016-09-28 Thread Torkil Grindstein
Update: After Jenkins reboot, FindBugs was also scanned, and also scored! So, the problem seems only to apply for PMD. I just did a commit that fixed one PMD error and one FindBugs error (two separate errors). PMD: 48 warnings

Re: WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat instead.

2016-09-28 Thread Capfo
Hello, Do you found the solution ? thanks, Le jeudi 18 août 2016 17:42:03 UTC+2, Philippe Couas a écrit : > > Hi > > I have tried to add login to sonar user without succes > -Dsonar.login=postgre login -Dsonar.password=postgres password > I have tried too to add SonarQube admin user with sam

How to nest execution of dependent Pipelines, for execution on a single machine ?

2016-09-28 Thread boitoletre
Hi, (For full disclosure, the following question was first asked on SO a few weeks ago.) We are a company of few developers, which will try to implement Continuous Integrat