[JIRA] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2015-02-04 Thread fernando.migue...@gmail.com (JIRA)















































Fernando Miguelez
 resolved  JENKINS-26175 as Fixed


Allow exclusive execution plugin skip wait for end of execution of jobs
















Solved in 0.8





Change By:


Fernando Miguelez
(04/Feb/15 4:19 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2015-02-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-26175


Allow exclusive execution plugin skip wait for end of execution of jobs















Code changed in jenkins
User: fmiguelez
Path:
 src/main/java/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper.java
 src/main/resources/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper/config.jelly
 src/main/resources/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper/config_es.properties
 src/main/resources/hudson/plugins/execution/exclusive/Messages.properties
 src/main/resources/hudson/plugins/execution/exclusive/Messages_es.properties
http://jenkins-ci.org/commit/exclusive-execution-plugin/6ce7ef5677a127544c12af2fe55228ebc025f76d
Log:
  FIXED JENKINS-26175 Exclusive execution mode can now be configured to
skip waiting for currently running jobs
FIXED JENKINS-24854 Shutdown mode is now also cancelled if job is
canceled in pre-build phase
FIXED JENKINS-26351 Spanish translation added





























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] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2015-02-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-26175


Allow exclusive execution plugin skip wait for end of execution of jobs















Code changed in jenkins
User: fmiguelez
Path:
 README
 pom.xml
 src/main/java/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper.java
 src/main/resources/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper/config.jelly
 src/main/resources/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper/help.html
 src/main/resources/hudson/plugins/execution/exclusive/ExclusiveBuildWrapper/help_es.html
 src/main/resources/index.jelly
http://jenkins-ci.org/commit/exclusive-execution-plugin/a6175f1bb692481ee133ea0dcbe34a3d01180802
Log:
  FIXED JENKINS-26175 Exclusive execution mode can now be configured to
skip waiting for currently running jobs
FIXED JENKINS-24854 Shutdown mode is now also cancelled if job is
canceled in pre-build phase
FIXED JENKINS-26351 Spanish translation added





























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] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2015-01-09 Thread fernando.migue...@gmail.com (JIRA)















































Fernando Miguelez
 assigned  JENKINS-26175 to Fernando Miguelez



Allow exclusive execution plugin skip wait for end of execution of jobs
















Change By:


Fernando Miguelez
(09/Jan/15 8:10 AM)




Assignee:


MarcoAmbu
FernandoMiguelez



























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] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2015-01-09 Thread fernando.migue...@gmail.com (JIRA)














































Fernando Miguelez
 commented on  JENKINS-26175


Allow exclusive execution plugin skip wait for end of execution of jobs















Pull-request submitted: https://github.com/jenkinsci/exclusive-execution-plugin/pull/4

Awaiting approval.



























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] [exclusive-execution-plugin] (JENKINS-26175) Allow exclusive execution plugin skip wait for end of execution of jobs

2014-12-19 Thread fernando.migue...@gmail.com (JIRA)














































Fernando Miguelez
 created  JENKINS-26175


Allow exclusive execution plugin skip wait for end of execution of jobs















Issue Type:


Improvement



Assignee:


Marco Ambu



Components:


exclusive-execution-plugin



Created:


19/Dec/14 12:00 PM



Description:


There are situations when executing build phase of a job marked with exclusive execution should not wait till all currently running jobs have finished.

E.g. imagine you have a planned backup of your SCM server. You have typical tasks that download projects from SCM and compile them and run tests. Execution of these jobs can take very long but it is unlikely they fail once they have started (SCM is queried on start). If you want to avoid any other job to start running if SCM backup process starts you can schedule a dummy job marked with exclusive execution that simply waits till SCM server is back online in its build phase.

The problem with the scenario described is that if currently running jobs take very long to complete, actual check on SCM status will not be performed until such long execution has finished. It could happen that those long-running tasks finish way after SCM server is back online, so Jenkins execution time is wasted (no jobs are run due to dummy job still in pre-build phase).

For these an other reasons IMHO it would be great if waiting for running jobs, when enabling exclusive execution, could be skipped by configuration. 




Project:


Jenkins



Priority:


Minor



Reporter:


Fernando Miguelez

























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.