Re: variable expansion and the 2 types of quotes in workflow script

2015-11-30 Thread Slide
This is the behavior of the groovy language. Variables are interpolated in double quoted strings, but not in single quoted strings. On Mon, Nov 30, 2015 at 3:06 PM Michael Neale wrote: > I would like some clarity on the different types of quotes in workflow > script.

Re: Missing build status in the build history of several jobs

2015-11-30 Thread Daniel Beck
On 30.11.2015, at 20:00, lvoty...@redhat.com wrote: > It is possible that builds are not loaded. The build.xml are missing, so they cannot be loaded. --- Maybe these builds were deleted, and deletion was incomplete? -- You received this message because you are subscribed to the Google

variable expansion and the 2 types of quotes in workflow script

2015-11-30 Thread Michael Neale
I would like some clarity on the different types of quotes in workflow script. Take this contrived example: env.FOO = 42 def FOO2 = 43 node { sh 'echo $FOO' sh "echo $FOO2" } This works - as you would expect. However, if you switch the quotes around, it fails. It seems single quote means

Re: Provide LTS 1.609.4 with security updates from 1.625.2 ?

2015-11-30 Thread Mark Bidewell
We are in a similar position and another option (while exploring migration away from the Maven type) is that, while Maven itself must run JDK 7+, it can fork to a lower JDK. This forking is handled by Jenkins automatically and coiuld serve as a stopgap. On Tuesday, November 24, 2015 at

jenkins advanced user right

2015-11-30 Thread iostrym
Hello, Is it possible to give right for some users to create and configure their job without being able to modify some jobs. Typically, have one job area for one project and another job area for another project. And use from one project that can't modify job for the other project. Is this

Re: How to use proxy socks with Jenkins

2015-11-30 Thread donovan . bailey2015
Thanks but where do you specify the socks proxy settings? Can this be added to the jenkins startup script? I have tried but the process doesn't start so i am clearly putting it in the wrong place. Has anyone got this successfully working? On Friday, 27 November 2015 23:52:58 UTC, Christopher

Re: jenkins advanced user right

2015-11-30 Thread Stephen Connolly
Yes. You need to use an authorization strategy that allows permissions to differ per item, e.g. * Project matrix * Role strategy * CloudBees RBAC (proprietary) On 30 November 2015 at 09:48, iostrym wrote: > Hello, > > Is it possible to give right for some users to create

FATAL: Connection reset the error i am getting after checking out total source code from the tfs server

2015-11-30 Thread Venkata Lakshma Reddy Gade
during first build in jenkins i am able to proper checkout while running 2nd build after checkout it is failing with below error do any one faced this type of error please help me.. i think after checkout it contacting some webservice, do i need to set any proxy if so how to set Thanks in

Re: How to use Throttle Concurrent in WorkFlow

2015-11-30 Thread Andrew Bayer
Thanks - I'll dig into this later this week. A. On Mon, Nov 30, 2015 at 7:29 AM, Dave Lawrence wrote: > JIRA created. > > https://issues.jenkins-ci.org/browse/JENKINS-31801 > > Thanks, > > Dave > > -- > You received this message because you are subscribed to the Google

Get API token using API

2015-11-30 Thread cchapman
Is it possible to get the API token using the API after authenticating with the users real password? Thanks, Clint -- 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

Re: Missing build status in the build history of several jobs

2015-11-30 Thread lvotypko
It is possible that builds are not loaded. Try to check if Jenkins displays them - /22. If Jenkins does not display them by UI, it means that probably builds are not loaded. In this case try to check Jenkins log if there is an error message about not loading these jobs. -- You received this

Re: Jenkins Plugin Manager: "This plug cannot be enabled / It has one or more dependencies" – but the dependencies cannot be fulfilled

2015-11-30 Thread lvotypko
Can you post which version of Jenkins you use and which plugins (if there are not too many)? -- 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

Re: disable disk usage calculation

2015-11-30 Thread lvotypko
Hi, there is no configuration which disable calculation of builds after build. This is for periodic recalculation. Please why you want to disable it? It is because of some bug - there was an issue that calculation at the end of build was problematic when build starts another build. If it is

Re: disable disk usage calculation

2015-11-30 Thread Alex Raguero
Hi, I managed to disable the plugin for now. The problem we were seeing was the disk calculation step would usually take a few seconds but sometimes it would take up to 30 minutes. This was unacceptable as it was causing many of our jobs to queue. We currently have version 0.25 of the disk usage

Re: New Server upgrade and old jobs

2015-11-30 Thread Mark Waite
If you've been on a Jenkins version since 1.555 (a year or more), you should probably upgrade to the long term support version instead of 1.638. Your upgrade pace suggests "stable", so why not choose a version that is intentionally stable, while still using a more modern version? Refer to

Re: New Server upgrade and old jobs

2015-11-30 Thread Eric Naitove
At this time we need to stick with 1.638 On Monday, November 30, 2015 at 2:39:28 PM UTC-5, Mark Waite wrote: > > If you've been on a Jenkins version since 1.555 (a year or more), you > should probably upgrade to the long term support version instead of 1.638. > Your upgrade pace suggests

Re: .ssh/config file not read?

2015-11-30 Thread João Simas
I'm having exactly the same problem. Did you found a solution for this? On Monday, September 21, 2015 at 10:37:17 AM UTC+1, Karsten K wrote: > > Hi all, > > sorry in case for a duplicated question, but by scrolling through various > forums I couldn't find any concrete info. > > I have the

New Server upgrade and old jobs

2015-11-30 Thread Eric Naitove
I am upgrading from 1.555 to 1.638. I copied a job over and holy crap it's buggy. All plug-ins are installed, etc. Configuration is good. Are there KNOWN issues when copying jobs over. Dynamic Parameter example. 1st parameters is takes but NOT the second -- You received this message

Forking a process in Workflow

2015-11-30 Thread Mark Bidewell
I am using Workflow to automate the Maven Release Plugin. Since Maven is not directly supported via workflow, I use the sh step to call Maven. One of the parameters this plugin takes is the password to use for checkins, however if passwords contain special characters, the "sh" step will fail

Re: variable expansion and the 2 types of quotes in workflow script

2015-11-30 Thread Michael Neale
Although in Ruby the $VARIABLE wouldn't collide with ruby interpolation and be left alone. It seems in groovy that whilst ${variableName} is idiomatic, it isn't enforced (at least I assume that is what is happening, it is failing to expand). Somewhat annoying of groovy. On Tuesday, December

Re: jenkins advanced user right

2015-11-30 Thread Indra Gunawan (ingunawa)
Use Cloudbee Folder, and Role based Plugin. Define specific role based on the regex of each of name of folder for projects/jobs. One category of jobs each in a separate folder. From: > on behalf of iostrym

Re: Dynamic Choice Parameter error "Cannot access class path"

2015-11-30 Thread t3knoid
I have not found a way to fix this other than copying the ojdbc jar (e.g. ojdb14.jar) file into the Jenkins WEB-INF\lib folder. On Monday, November 16, 2015 at 3:43:18 PM UTC-5, t3knoid wrote: > > BTW, I also copying the Oracle JDBC library file in the Groovy lib folder. > The console test

TFS plugin mapping conflict

2015-11-30 Thread Andy Falanga
Hello all, I recently updated my TFS plugin to version 4.0.0 to take advantage of the Java client instead of having to install a tf client on all my Linux hosts. I have two Linux build agents and the Jenkins server runs on Windows. I occasionally see problems like this: FATAL:

Re: variable expansion and the 2 types of quotes in workflow script

2015-11-30 Thread Michael Neale
Ah yes of course, thanks. Same as ruby. On Tuesday, December 1, 2015 at 9:09:55 AM UTC+11, slide wrote: > > This is the behavior of the groovy language. Variables are interpolated in > double quoted strings, but not in single quoted strings. > > On Mon, Nov 30, 2015 at 3:06 PM Michael Neale

Re: jenkins advanced user right

2015-11-30 Thread iostrym
Thanks, Are you saying that I use to install a specific plug-in to do that ? it is not nativelly inside Jenkins ? is there a more widely user plugin beyong all these ? Best regards, Le lundi 30 novembre 2015 11:04:34 UTC+1, Stephen Connolly a écrit : > > Yes. You need to use an authorization

Re: How to use Throttle Concurrent in WorkFlow

2015-11-30 Thread Dave Lawrence
JIRA created. https://issues.jenkins-ci.org/browse/JENKINS-31801 Thanks, Dave -- 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