Re: How to make a full backup of a Jenkins Installation

2016-02-04 Thread _n00n_
Found a solution, just backup /var/lib/jenkins/ Am Montag, 1. Februar 2016 16:56:22 UTC+1 schrieb _n00n_: > > Hi, > > I started to learn jenkins and my first problem: > > I would like to create a install script, which is also installing all > plugins and all settings for this plugins. > The cu

Advice needed - automate JCE install into current JDK tool in a workflow

2016-02-04 Thread Ronald Pomeroy
Before I tackle this Does anyone have advice on how to go about automating the install of the Java Cryptographic Extensions in a workflow/Jenkinsfile into the current JDK (on Windows). I'm not sure if it can all be done in Groovy or if I need to bail into a .bat script. Any insights are g

Claim plugin has fallen silent

2016-02-04 Thread douglas3457
Our Jenkins server suffered a power outage, and since restart, the Claim plugin has refused to work: Clicking on the "Claim it" link for a failed job has no visible effect. We have uninstalled the plugin and restarted, reinstalled and restarted, all to no avail. Nothing appears in the Jenkins l

Claim plugin has fallen silent

2016-02-04 Thread douglas3457
Our Jenkins server suffered a power outage, and since restart, the Claim plugin has refused to work: Clicking on the "Claim it" link for a failed job has no visible effect. We have uninstalled the plugin and restarted, reinstalled and restarted, all to no avail. Nothing appears in the Jenkins l

Re: Setting global variables with cps-global-libs scripts

2016-02-04 Thread Tom Kierzkowski
Thank you for you help Craig! I meant to get back earlier today but was busy refactoring code to get that all working. Good news is, that @Field annotation worked really well. I also realized that I hadn't been committing code back to the Jenkins managed repository and it was loading from th

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-02-04 Thread mona f
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Amazon-ECR Plugin

2016-02-04 Thread Mulloy Morrow
One issue I'm currently seeing is duplicate Registry Credentials in the CloudBees Docker Build and Publish plugin dropdown. (Example Build Step ) More specifically, I'm see

Re: Using Build Pipeline Plugin and Remote API together

2016-02-04 Thread Ramnath Ananth
Hi Ryan, Are you able to trigger a downstream job in the Build Pipeline and does this show in the pipeline view ? On Wednesday, January 8, 2014 at 4:15:52 PM UTC-8, Ryan Brown wrote: > > We currently have a need to trigger a manual downstream build step in our > Build Pipeline from another se

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

2016-02-04 Thread Swapnil Soor
Jenkins Build error, when trying release build using artifactory ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com RELEASE] Release build triggered [RELEASE] Changing POMs to release version Parsing POMs Failed to transfer Could not find ar

Re: Groovy+pipeline: why does executing step exit function?

2016-02-04 Thread Brian Ray
It's because of the *@NonCPS* annotation. It's incompatible with pipeline step calls. See more here . On Thursday, February 4, 2016 at 8:45:21 AM UTC-8, Oleh Olkhovskyy wrote: > > Hi, > > I'm writing a pipeline groovy script.

Groovy+pipeline: why does executing step exit function?

2016-02-04 Thread Oleh Olkhovskyy
Hi, I'm writing a pipeline groovy script. and stumbled upon this problem: If I try to run step within a function, then function is immediately terminated and doesn't execute following instructions. I.e. I have function: @NonCPS def getBuildOutput(build_job) { echo "BeforeStep" def prop

Jenkins World Call For Paper is Open

2016-02-04 Thread Alyssa Tong
Hi All, In case you haven't seen the post, Jenkins World CFP is currently open. Submissions will be accepted until May 1, 2016 @ 11:59pm PT. Event dates are Sept 13-15, 2016 at the Santa Clara Convention Center. looking forwa

Build Flow Plugin: How to get possible parameter values from Job

2016-02-04 Thread Elias Kirchgässner
I' ve got a job which deploys the software to different customers. CUSTOMER has e.g 4 options C1, C2, C3 Now I want to trigger a build for each of them with build flow plugin. Pseudo code: def customers=job("Deploy").getParameter(1).getOptions() foreach(customer in customers){ build("Deploy", p

Re: jenkins permission denied when using NSIQ collector

2016-02-04 Thread Victor Martinez
Hi there, Permission denied might be related to the execution privileges, can you double check whether that binary has got the right execution privileges for that jenkins user? It's also worth if you type the bellow command in your terminal and double check whether it works as you expect. /va

jenkins permission denied when using NSIQ collector

2016-02-04 Thread Kishore Tangudu
Installed NSIQ Collector in jenkins, In project configuration I set *Execute N'SIQ Collector* Source Directory as /ProjName/src/com/pkg/auth/idm//service, In Jenkins global configuration I set The installation location of NSIQCollector as below N'SIQ executable as /var/lib/jenkins/plu

Re: How do I get a Jenkins server to push bash code to a different server?

2016-02-04 Thread Maciej Jaros
Kiran (2016-02-02 03:43): If the job just deploys a file to different servers (and uses no slaves) is a Freestyle project? You can use a freestyle project to either and Publish Over SSH plugin to simply push files to other computers. If you have many deploy servers you can configure a pass