Re: LTS 1.532.1 ?

2014-01-06 Thread lata
We're looking forward to (read: waiting for) 1.532.1 to be declared as an LTS too! We've put in place a policy to use only LTS, and trying hard not to break that, we really need a bug that's fixed from 1.509.4. On Monday, December 30, 2013 4:06:21 AM UTC+5:30, Zoltán Ujhelyi wrote: > > Sorry for

Re: When do build results disappear?

2014-01-06 Thread lata
Did you try reloading the config, do the builds re-appear after that? If yes, and if you're jenkins version is older than 1.532, it could be related to this issue: https://issues.jenkins-ci.org/browse/JENKINS-19418, fixed in jenkins 1.532. On Tuesday, December 31, 2013 9:04:56 PM UTC+5:30, Andy

Re: newbie: how to orchestrate complex build pipeline

2014-01-06 Thread lata
you could explore jenkins' multi-configuration projects, https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project On Saturday, December 28, 2013 3:10:51 AM UTC+5:30, WIL PANNELL wrote: > > I'm looking for recommended practice that addresses my particular issues: > >- we are a new

Re: LTS 1.532.1 ?

2014-01-06 Thread lata
thanks Stephen, great! On Monday, January 6, 2014 10:05:44 PM UTC+5:30, Stephen Connolly wrote: > > It is an official LTS just KK has not updated one part of the website > > > On 6 January 2014 16:13, lata > wrote: > >> We're looking forward to (read: waiting f

Re: LTS 1.532.1 ?

2014-01-06 Thread lata
the > dev list: > > > 1.532.1 is ready... we are just driving KK like mad doing stuff in > CloudBees and he hasn;t had time to push the changes to the website > > 1: http://mirrors.jenkins-ci.org/war-stable/ > 2: http://jenkins-ci.org/changelog-stable > > On

Re: How to pass custom environment variable between jobs

2013-05-15 Thread lata
I assume you are using the 'Trigger parameterized build on other projects' option under Post-build Actions to trigger your Job B (if that's not the case, how are you triggering Job B?) To pass variable values from Job A to Job B, After you check the box (of Trigger parameterized build on...), U

Re: Automatic Tool Installation

2013-05-15 Thread lata
https://wiki.jenkins-ci.org/display/JENKINS/Custom+Tools+Plugin On Wednesday, May 15, 2013 6:18:39 AM UTC+5:30, Andrew wrote: > > How do I tell a job/slave that it needs to install gradle? > > I have added Groovy under the system configuration and set it up to > install automatically. > > When I

Re: Using JELLY_SCRIPT template with email-ext shows only the literal string, not eht actual email

2013-05-15 Thread lata
syntax for variables: ${ENV, var="CHANGES"} where CHANGES is your var name. jelly scripts can be used v2.9 and above, what version of email-ext is yours? On Wednesday, May 15, 2013 5:09:48 AM UTC+5:30, David Brossard wrote: > > > I have tried to add email notifications into Jenkins but I have b

Re: Distinguishing between tests run on different build configurations of same project

2013-05-16 Thread lata
have two jenkins test jobs? maybe i'm missing something. On Thursday, May 16, 2013 4:44:44 PM UTC+5:30, John Dexter wrote: > > I use boost.test to do unit testing on a C++ project, which has two > build-configurations - each configuration pulls in a different 3rd-party > library and our app wra

Re: Using JELLY_SCRIPT template with email-ext shows only the literal string, not eht actual email

2013-05-16 Thread lata
ah, i didn't know that. On Wednesday, May 15, 2013 5:05:07 PM UTC+5:30, slide wrote: > > There is also a ${CHANGES} content token, but you can't use it directly in > a Jelly script, you would have to retrieve the changes yourself. > > > On Wed, May 15, 2013 at 4:24

Re: Using JELLY_SCRIPT template with email-ext shows only the literal string, not eht actual email

2013-05-16 Thread lata
everything up to "view the results." but nothing after. > > Thanks > > > On Wed, May 15, 2013 at 4:35 AM, Slide >wrote: > >> There is also a ${CHANGES} content token, but you can't use it directly >> in a Jelly script, you would have to retrieve the

Re: Using JELLY_SCRIPT template with email-ext shows only the literal string, not eht actual email

2013-05-16 Thread lata
David, how does your 'Editable Email Notification' section of your job config look like? what you showed earlier is the global config. On Thursday, May 16, 2013 10:20:53 PM UTC+5:30, lata wrote: > > 2.9 is to be read as 2.09, :-) > > On Wednesday, May 15, 2013 9:26

Re: running multiple instances of a job from another job

2013-05-16 Thread lata
you can get the 'Parameterized Trigger Plugin' if you haven't got it already, and add multiple instances of the child job each as a 'project to build' in your parent job. i haven't used the execute concurrent builds myself but i think this should work. On Thursday, May 16, 2013 5:53:00 AM UTC+

Re: Using JELLY_SCRIPT template with email-ext shows only the literal string, not eht actual email

2013-05-16 Thread lata
t it to work. > > slide > > 1 - https://issues.jenkins-ci.org/browse/JENKINS-17969 > > > > > On Thu, May 16, 2013 at 9:54 AM, lata >wrote: > >> David, how does your 'Editable Email Notification' section of your job >> config look like? >>

Re: running multiple instances of a job from another job

2013-05-17 Thread lata
h will not work this way.. Please let me know if there is any > other way. > > Thanks in Advance, > Ashwin > > On Thursday, May 16, 2013 10:14:05 AM UTC-7, lata wrote: > >> you can get the 'Parameterized Trigger Plugin' if you haven't got it >> al

Re: Copy Artifact Plugin

2012-06-18 Thread lata
Alan, I'm trying to use this plugin to copy a tar.gz file from a nightly build to a test job workspace. the .tar.gz in the nightly build is not an archived artifact, but it's available in the ws, with it's node online. It seems like i can't use the copy artifact unless it's archived, is that right?

Re: Copy Artifact Plugin

2012-06-18 Thread lata
oops, sorry, i just discovered we can copy from workspace as well. On Monday, June 18, 2012 8:27:11 PM UTC+5:30, lata wrote: > > Alan, I'm trying to use this plugin to copy a tar.gz file from a nightly > build to a test job workspace. the .tar.gz in the nightly build is not

Re: Copy Artifact Plugin

2012-06-19 Thread lata
yes ofcourse, :). this is a new test job that needs the nightly build copied to their machine. since there is no archived build, the only place they can get it from is the ws of the nightly build (and currently no plans to do this from the nightly job). -- View this message in context: http://jen

Re: 'This node is offline because it uses old slave.jar'

2012-08-21 Thread lata
ter that. thanks. On Saturday, August 18, 2012 1:06:39 PM UTC+5:30, Richard Bywater wrote: > > What version did you upgrade from? > > Richard. > > On Sat, Aug 18, 2012 at 4:36 AM, Lata Kopalle > > wrote: > > I just updated Jenkins Master to 1.447. > > All the n

trigger parameterized 'perform maven release',

2014-07-23 Thread lata
I want to trigger a parameterized 'perform maven release', is that possible? current default behaviour of 'trigger parameterized build' is that it always triggers a 'build' and not 'perform maven release' (which is also configured in the downstream jenkins job). is this possible, maybe pass an

Jenkins triggers builds even though there are no changes in the SCM, at the interval set to poll.

2015-05-07 Thread lata
I'm having this issue: Jenkins triggers builds even though there are no changes in the SCM, at the interval set to poll, i.e, every 15 minutes in my case. Using the 'Multiple SCMs' -> 'Team Foundation Server', twice, to beat the missing 'exclude from polling' option for TFS. Versions: Multiple S

email list of all users defined in active directory + role-based auth

2015-07-21 Thread lata
Hi We are using Active Directory + Role-Based Strategy for Jenkins authentication. We want to be able to send out notifications on important changes such as upgrades to all users on our Jenkins, and also restrict it only to those users / groups who are listed in 'User/Group' of 'Assign Roles' s

Re: Jenkins Perforce workspace question

2015-07-21 Thread lata
1) What's the problem here? 1. Jenkins Perforce Workspace at /var/lib/jenkins/jobs/... - The name of this P4 workspace is whatever you have typed in the 'Workspace' field of your Jenkins project configuration -> Perforce section. I'm guessing you typed in 'jenkins_test'. - The P4 root of this P

'This node is offline because it uses old slave.jar'

2012-08-17 Thread Lata Kopalle
I just updated Jenkins Master to 1.447. All the nodes went offline. Jenkins is installed as a windows service on these nodes. I've stopped the service, and gave the jnlp command as follows: javaws http://localhost:8080/computer//slave-agent.jnlp Restarted the service. But nothing happens. found th