[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-11-06 Thread jarkko.rantavu...@iki.fi (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jarkko Rantavuori commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
Using Groovy, 
Idea and old version here:  https://janmaterne.wordpress.com/2010/07/11/how-to-check-if-all-hudson-jobs-have-a-timeout/ 
Updated version using current interfaces: https://gist.github.com/seanf/8c0933694a9383152bc2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-08-12 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
I don't know about changing configurations automatically. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-08-11 Thread coolv...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vaibhav Dwivedi commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
Hi , I recently installed build timeout plugin 1.14 and looking to populate it for all jobs . Can you please explain how the global variable setting can be done and if it will help even if the timeout was not set earlier for a job . I checked out a couple of groovy scripts also to do the same but the constructor used there was depreciated . I am a newbie for groovy usage for modifying configs . Please help me out here. 
Thanks 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-08-11 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
Vaibhav Dwivedi You need nothing special nor groovy scripts: 
 

Define a global variable: 
 

Go to Manage Jenkins  Configure System
 

Check Environment variables in Global properties
 

Add an environment variable like name=GLOBAL_TIMEOUT_MINS value=60 (60 mins)
 
 
 

Use that in build-timeout 
 

Go to a configuration page of a project.
 

Check Abort the build if it's stack in Build Environment
 

Select Absolute for Time-out strategy 
 

Of course, also applicable to other strategies.
 
 
 

Set ${GLOBAL_TIMEOUT_MINS} for Timeout minutes
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 

[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-08-11 Thread coolv...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vaibhav Dwivedi commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
Hi Ikedam , 
Thanks for the detailed steps but I was hoping to avoid going to each and every project configuration and do changes manually . So as of now I wrote a shell snippet to append config.xml for all such projects which is a bit gross but does the work. Btw are you aware of any groovy tutorials meant specifically for jenkins configuration changes.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-07-13 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam commented on  JENKINS-26778 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Build-timeout+Plugin global timeout setting  
 
 
 
 
 
 
 
 
 
 
You can use variables for configurations since build-timeout 1.14. That allows you the global configuration (using global variables) and overriding in each projects (using hidden parameter) and in each builds (using build parameters). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-02-05 Thread bkho...@blackberry.com (JIRA)














































Bassam Khouri
 commented on  JENKINS-26778


Build-timeout+Plugin global timeout setting















I like this idea.  I recently have to recover a jenkins server and forgot to install the "build timeout plugin" before importing all the job configs, so it got lost.

It would be ideal to have the ability to either:

	have a global timeout config, which each job can override
	functionality to bulk modify jobs to add the build timeout (I'm unable to do this via the Configuration Slicing Plugin)





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-timeout-plugin] (JENKINS-26778) Build-timeout+Plugin global timeout setting

2015-02-04 Thread r.berg...@openium.fr (JIRA)














































Richard Bergoin
 created  JENKINS-26778


Build-timeout+Plugin global timeout setting















Issue Type:


New Feature



Assignee:


Kohsuke Kawaguchi



Components:


build-timeout-plugin



Created:


04/Feb/15 1:00 PM



Description:


With many jobs, it is a pain to set timeout on each job. Having a global setting (than can be overrided in job configuration) can be more simple.




Project:


Jenkins



Priority:


Minor



Reporter:


Richard Bergoin

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.