Re: pipeline startup errors

2016-09-08 Thread Baptiste Mathus
Weird. Are you using the experimental update center? I see the missing dependency is a beta one. Le 6 sept. 2016 3:34 PM, "jieryn" a écrit : > Sep 06, 2016 9:31:57 AM hudson.PluginManager$2$1$1 run > SEVERE: Failed to install pipeline-rest-api: One or more dependencies > could not be resolved fo

Mirror site for downloading old version for mac is not working (http://mirrors.jenkins-ci.org/osx/)

2016-09-08 Thread rajasiva . gutta1
Hi All, I am in a situation need to use java 1.6.0_65 version , with this I can not use latest version of the jenkins . The mirror site is not working to download old versions(jenkins-1.588.pkg ) . Please help me to download the old version

Failed to connect to repository : Error performing command: git.exe ls-remote -h g...@github.com:RameshPrakash3941/DemoGitHub.git HEAD

2016-09-08 Thread Ramesh
Hi Jenkins user' Please resolve my problem.Thanks in advance -- 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 email to jenkinsci-users+unsubscr...@googlegroups.com. To vi

Re: pipeline startup errors

2016-09-08 Thread jieryn
Yes, I am using the experimental update centre here http://updates.jenkins-ci.org/experimental/update-center.json Perhaps the intra-dependency references are not properly being defined? I manually installed the two plugins and was able to get past the error message. I do now find: Sep 08, 2016 8:

Re: Failed to connect to repository : Error performing command: git.exe ls-remote -h g...@github.com:RameshPrakash3941/DemoGitHub.git HEAD

2016-09-08 Thread Indra Gunawan (ingunawa)
? Are you being ignorant? Who is supposed to resolve your problem? DO you know how to use Git? You should check first whether you can clone your git repo on your local dev box. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Ramesh mailto:eprames...@gmail.com>> Reply-To: "je

Re: pipeline startup errors

2016-09-08 Thread 'Björn Pedersen' via Jenkins Users
Hi, I stumbled over the same problem (in my test instance with exp. update center). I checked the list of available plugins and pipeline-graph-analysis was just missing at that time. I think since 1.0 it is available from the (exp.) update center. Björn Am Donnerstag, 8. September 2016 14:32:

Re: Missing the Job/ExtendedRead permission

2016-09-08 Thread Ashish Yadav
Any ideas on this? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Tuesday, September 6, 2016 at 1:58 PM To: "jenkinsci-users@googlegroups.com

What are the rules for when pipeline jobs are serialized?

2016-09-08 Thread Greg Smith
Hi, I just updated my Jenkins instance to all of the latest plugins, and now many of my jobs are failing. They are all failing because of serialization problems: java.io.NotSerializableException: hudson.model.FreeStyleProject at org.jboss.marshalling.river.RiverMarshaller.doWriteObje

Re: Execute action on build deletion

2016-09-08 Thread Baptiste Mathus
I think this is a matter of context. That has to be like a "system" groovy script. Also, if that doesn't work, you should probably just create a plugin. You have already written what you need, and that will let you manage it cleanlier (writing tests, versioning…). Cheers Le 6 sept. 2016 6:32 PM,

Re: What are the rules for when pipeline jobs are serialized?

2016-09-08 Thread Greg Smith
Ah -- Found the "@NonCPS" marker. Seems to have gotten me past my original problem. Cheers, Greg On Thursday, September 8, 2016 at 12:09:26 PM UTC-4, Greg Smith wrote: > > > Hi, > > I just updated my Jenkins instance to all of the latest plugins, and now > many of my jobs are failing. They

Jenkins Workspace

2016-09-08 Thread Anthony Talak
Hi everyone, I'm wondering where on the server Jenkins would store the default workspace. I would assume it should be under Jenkins/jobs/[jobname]/builds/[buildnumber] but mine keeps getting stored at Jenkins/jobs/[jobname] and gets overwritten every time. Is this correct? Thanks, Anthony -

Re: What are the rules for when pipeline jobs are serialized?

2016-09-08 Thread Slide
The serialization is one of the things I personally don't like about pipeline because I don't need it. I wish there was a way to turn it off completely, but that's probably a pipe dream. Use of @NonCPS is usually the best option for things where you want to use full groovy features. On Thu, Sep 8,

Re: How do I add text to Radiator View Icons?

2016-09-08 Thread Baptiste Mathus
Hi, I'm the maintainer of that plugin. I think the clean way for that would be either that can ask for the description to be shown alongside the job, or if it's dynamic add an extension point to be able to contribute that. Is that a dynamic text, or using the job description would do? -- Baptiste

Jenkins Unlock with XAMPP/W2K12

2016-09-08 Thread Justin Sanderson
Hello - I'm fairly new to Jenkins so bare with me please. I'm a Linux Admin so I versed in how to install and start Jenkins on *nix. However, my problem lies in "unlocking" Jenkins when I'm on a Windows host using the portable version downloaded from http://jenkins.io I have followed the on-scr

Re: i am belove problem please help me

2016-09-08 Thread brad
I have the same problem. Running a freshly installed Ubuntu 14.04 LTS, no java package installed. I've followed the installation instructions at http://pkg.jenkins-ci.org/debian-stable/ exactly. I end up with the same results: Processing triggers for libc-bin (2.19-0ubuntu6.9) ... Pro

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
Found similar issue. Jenkins 2.7.3. By experimentation, I found that I could get project(s) to load by adding immediately before in config.xml On Tuesday, August 23, 2016 at 8:22:58 AM UTC-7, Gavin Williams wrote: > Ah, actually, apologies, I got this issue mixed up with another one I'm >

Re: How do I add text to Radiator View Icons?

2016-09-08 Thread Chris Knowlton
Dynamic text. Sourced from the execution of the job. ChrisK On Thursday, September 8, 2016 at 1:00:44 PM UTC-4, Baptiste Mathus wrote: > > Hi, I'm the maintainer of that plugin. I think the clean way for that > would be either that can ask for the description to be shown alongside the > job, o

Warnings Plug-in: multiple files for same parser

2016-09-08 Thread sckerr
We build linux x86 and linux x64 targets in parallel and end up with two log files each with their compiler warnings. Both in "gnu C compiler 4" format. I wanted to list both files in the same "File Pattern" field with the parser set to "gnu C compiler 4", but the Warnings Plug-in does not handle

Re: i am belove problem please help me

2016-09-08 Thread brad
I have this exact same problem. I am running a freshly installed Ubuntu 14.04 LTS vm. I used the repo instructions from: http://pkg.jenkins-ci.org/debian-stable/ to install. I get exactly the same output as the original poster. This vm has no previously installed java or jenkins on it. Aft

Re: Loading properties from a file in Jenkins 2.0 pipeline

2016-09-08 Thread Ian Cotton
Thanks Jerome. Unfortunately this doesn't help me much. The properties file I need to load already exists and is in use by various build scripts. I assume I need to create an EnvInjectJobProperty object and set the appropriate property on it. I'll give that a try. On Wed, Sep 7, 2016 at 7:07 PM w

Why is GithubLinkAnnotator going nuts?

2016-09-08 Thread Chris Shannon
Would someone happen to know a reason why GithubLinkAnnotator would be trying to annotate every change set in existence for me? Context: we have a ton of jobs setup and using the ClearCase UCM plugin. We have delivery pipelines showing these builds along with relevant change set descriptions.

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
We had something similar. Jenkins 2.7.3. After some experimentation, I found that adding the empty tag: right before the executionStrategy tag at the end of the config.xml, like this: . . . false and then reloading configuration from disk fixed the problem. The matrix job now

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-08 Thread Sverre Moe
In what parameter, to or recipientProviders? tirsdag 6. september 2016 19.07.42 UTC+2 skrev slide følgende: > > You can set cc and bcc in emailext using prefixes cc:som...@something.com > , bcc:som...@something.com > On another matter: Not sure why, Every time I try to reply on this discussi