Re: Send email during promotion

2015-11-12 Thread Slide
I've never tried this (I develop email-ext). Are you getting an error, or is it just not working? I don't have any sort of way to test this. On Thu, Nov 12, 2015, 13:36 t3knoid wrote: > Is it possible to send an email during promotion? The email and email-ext > actions are

disable disk usage calculation

2015-11-12 Thread jhavero
I'm running Jenkins 1.616 and disk usage plugin 0.25. I would like to disable disk usage calculations after each build so I uncheck the "Enable calculation of ..." options from System Configuration however the disk space calculations are still happening. -- You received this message because

Send email during promotion

2015-11-12 Thread t3knoid
Is it possible to send an email during promotion? The email and email-ext actions are available. However, I can't seem to get it to work after adding it as an action during a promotion. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Is there a view column to shows changes in build description?

2015-11-12 Thread Michal Gauza
Hi, As a developer I would like to have a separate "build description" column that does reflect current/running build's description (which could be updated during a builds run), not only the last build's information. The existing "extra columns" plugin updates build description column AFTER a

"discard old builds" setting disappeared

2015-11-12 Thread Matthew.Webber
Just a heads up: If you are running Jenkins 1.637 and look at the job configuration for a job which had "Discard old builds" set, the setting is no longer there ("Discard old builds" is _un_ticked). The job's config.xml file itself is ok, and I found that reverting to 1.634 fixed the problem.

Re: Memory Leak in Windows Slave by JnlpSlaveRestarterInstaller

2015-11-12 Thread Hauke Fuhrmann
I filed issue in the Bugtracker: JENKINS-31535 -- 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: how to mention the Email attachment in email notification Tab

2015-11-12 Thread Slide
Hi Sumanth, Please click the help icon next to the Attachments field, it will tell you how to specify the attachments. Also, right underneath, it has some text showing you how to specify things. Thanks, slide On Thu, Nov 12, 2015 at 8:27 AM sumanth veera wrote: > Hi

how to mention the Email attachment in email notification Tab

2015-11-12 Thread sumanth veera
Hi users, can you please help in the below issue. we have daily created pdf and html file in my workspace once after job is run with filename as Result_2015_11_12_00:06.pdf , Result.html files i want both the files to be attached in the email . so what format should i give the file name in

Append my custom name:value pair to Jenkins JSON output

2015-11-12 Thread Nitish Kumar
Hi, I know that doing GET *http://10.60.104.199:8081/job/job-name/25/api/json* will give me Jenkins's job status in form of JSON. I need to append a custom name:value pair to this JSON array. I am writing postbuild step in java. Can anyone help me? Thanks Nitish -- You received this message

Re: how to mention the Email attachment in email notification Tab

2015-11-12 Thread sumanth veera
Thanks. On Thursday, 12 November 2015 20:57:45 UTC+5:30, sumanth veera wrote: > > Hi users, > > can you please help in the below issue. > > we have daily created pdf and html file in my workspace once after job > is run with filename as Result_2015_11_12_00:06.pdf , Result.html files > > i

Workflow: extract git revision and build a timestamp

2015-11-12 Thread Jens Wilke
Hi all, for extracting a git revision and building a timestamp at the beginning of a job I have now the following code: stage 'build' node { git '' sh 'xy=`git rev-parse HEAD | cut -c1-11`; echo -n $xy > git-revision' def rev11 = readFile 'git-revision' echo "Git revision ${rev11}"

Re: Job #s are inconsistent after restore from thinBackup

2015-11-12 Thread Guy Matz
Thanks! I found that if I manually set the number, then use "Manage Jenkins | Reload Configuration from Disk" I was able to reset the number! Thanks again, Guy On Thu, Nov 12, 2015 at 11:51 AM, Daniel Beck wrote: > Set Next Build Number Plugin allows you to set the value in

Re: Reserve ext resource in workflow

2015-11-12 Thread Jens Wilke
Dave, nice question. There are several plugins that can help you: Locks and Latches (outdated), Build Blocker, Exclusion. However, in our setups we tend to use separate Slaves/Nodes for constrained hardware. This plays well with the Jenkins scheduling and it is transparent. The separate

Job #s are inconsistent after restore from thinBackup

2015-11-12 Thread Guy Matz
Hi! I was lucky enough to be able to restore from a backup and a disk failure, but now *some* of my jobs are misnumbered . . . one job has: $ ls -l builds/ total 16 drwxr-xr-x. 2 jenkins jenkins 4096 Nov 11 17:54 1304 drwxr-xr-x. 3 jenkins jenkins 4096 Nov 12 09:33 1305 drwxr-xr-x. 2 jenkins

Re: Job #s are inconsistent after restore from thinBackup

2015-11-12 Thread Daniel Beck
Set Next Build Number Plugin allows you to set the value in memory. Jenkins doesn't read from the file except when loading the Job. On 12.11.2015, at 17:49, Guy Matz wrote: > Hi! I was lucky enough to be able to restore from a backup and a disk > failure, but now *some* of

Trigger Jenkins job name using environment variable

2015-11-12 Thread pimy103
Jenkins 1.6.35 Windows Server 2012 R2 Hi, Here is the scenario: Job A: Paramterized job; solicits input from user (e.g. connection info, target action). Depending on the action the user selects in job A, I need to trigger either job B, job C, job D, etc. I am trying to do this using a

Jenkins failing to deploy after upgrading to version 1.636 from 1.622

2015-11-12 Thread Bob
Hello All, My deployment system is failing after upgrading to 1.636 with below errors. "End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be