[JIRA] [core] (JENKINS-27871) Block on upstream projects does not work

2015-09-24 Thread dogf...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 dogfood commented on  JENKINS-27871 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Block on upstream projects does not work  
 
 
 
 
 
 
 
 
 
 
Integrated in  jenkins_main_trunk #4292 [FIXED JENKINS-27708][FIXED JENKINS-27871] Ensure that identification of blocked tasks is using the live state. (Revision 11b89d9c0b46f0afad0ca86a11264b503b799c2e) 

JENKINS-27871
 - Added a direct unit test for the issue (Revision 0d1efdad304df3c9cf5bd9157cce9e9fec5643aa) 
 Result = UNSTABLE ogondza : 11b89d9c0b46f0afad0ca86a11264b503b799c2e Files :  
 

core/src/main/java/hudson/model/Queue.java
 
 
ogondza : 0d1efdad304df3c9cf5bd9157cce9e9fec5643aa Files :  
 

test/src/test/java/hudson/model/QueueTest.java
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-05-08 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27871 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Block on upstream projects does not work  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Oleg Nenashev Path: test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/0d1efdad304df3c9cf5bd9157cce9e9fec5643aa Log: 

JENKINS-27871
 - Added a direct unit test for the issue 
(cherry picked from commit 7514e8c6ce35283da4a8bb4422fe885350fc8681) 
Compare: https://github.com/jenkinsci/jenkins/compare/58edc35abf6c^...0d1efdad304d 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-05-08 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27871 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Block on upstream projects does not work  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/11b89d9c0b46f0afad0ca86a11264b503b799c2e Log: [FIXED JENKINS-27708][FIXED JENKINS-27871] Ensure that identification of blocked tasks is using the live state. 
 

The creation of a snapshot itself should be relatively cheap given the expected rate of job execution. You probably would need 100's of jobs starting execution every iteration of maintain() before this could even start to become an issue and likely the calculation of isBuildBlocked(p) will become a bottleneck before updateSnapshot() will. Additionally since the snapshot itself only ever has at most one reference originating outside of the stack it should remain in the eden space and thus be cheap to GC.
 
 
 



JENKINS-27708
 comments 225819 and 225906 provide more complex but logically equivalent fixes of this issue. I am favouring this approach as it is simpler and provides less scope for error as any new helper methods can just rely on the snapshot being up to date whereas with the other two candidates if a new helper method is introduced there is the potential to miss adding support for the live view. The comment 225819 has the risk of introducing extra lock contention while the comment 225906 version forces every access to the helper methods to pass a second memory barrier
 
 
(cherry picked from commit 5880ed830201f9349ae9def6653c19a186e1eb18) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

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

[JIRA] [core] (JENKINS-27871) Block on upstream projects does not work

2015-05-08 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-27871 
 
 
 
  Block on upstream projects does not work  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Labels:
 
 lts 1.609.1 - candidate fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-29 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-27871


Block on upstream projects does not work















Is this now not 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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-29 Thread stephenconno...@java.net (JIRA)















































stephenconnolly
 resolved  JENKINS-27871 as Fixed


Block on upstream projects does not work
















As far as I understand this is resolved now in 1.610+





Change By:


stephenconnolly
(29/Apr/15 8:28 PM)




Status:


Open
Resolved





Assignee:


stephenconnolly





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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-16 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-27871


Block on upstream projects does not work















Integrated in  jenkins_main_trunk #4087

 Result = SUCCESS



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-15 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27871


Block on upstream projects does not work















Code changed in jenkins
User: Stephen Connolly
Path:
 core/src/main/java/hudson/model/Queue.java
http://jenkins-ci.org/commit/jenkins/5880ed830201f9349ae9def6653c19a186e1eb18
Log:
  FIXED JENKINS-27708FIXED JENKINS-27871  Ensure that identification of blocked tasks is using the live state.


	The creation of a snapshot itself should be relatively cheap given the expected rate of
  job execution. You probably would need 100's of jobs starting execution every iteration
  of maintain() before this could even start to become an issue and likely the calculation
  of isBuildBlocked(p) will become a bottleneck before updateSnapshot() will. Additionally
  since the snapshot itself only ever has at most one reference originating outside of the stack
  it should remain in the eden space and thus be cheap to GC.




	JENKINS-27708 comments 225819 and 225906 provide more complex but logically equivalent fixes of
  this issue. I am favouring this approach as it is simpler and provides less scope for error as any
  new helper methods can just rely on the snapshot being up to date whereas with the other
  two candidates if a new helper method is introduced there is the potential to miss adding support
  for the live view. The comment 225819 has the risk of introducing extra lock contention while
  the comment 225906 version forces every access to the helper methods to pass a second memory
  barrier































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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-15 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27871


Block on upstream projects does not work















Code changed in jenkins
User: Stephen Connolly
Path:
 core/src/main/java/hudson/model/Queue.java
 test/src/test/java/hudson/model/QueueTest.java
http://jenkins-ci.org/commit/jenkins/152d00ad09931c10f02fab4ac8a42e574d622bd3
Log:
  Merge pull request #1645 from stephenc/jenkins-27708

JENKINS-27708, JENKINS-27871  Ensure that identification of blocked tasks is using the live state.


Compare: https://github.com/jenkinsci/jenkins/compare/b688047877cf...152d00ad0993




























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-15 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27871


Block on upstream projects does not work















Code changed in jenkins
User: Oleg Nenashev
Path:
 test/src/test/java/hudson/model/QueueTest.java
http://jenkins-ci.org/commit/jenkins/7514e8c6ce35283da4a8bb4422fe885350fc8681
Log:
  JENKINS-27871 - Added a direct unit test for the issue





























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-15 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27871


Block on upstream projects does not work















Code changed in jenkins
User: Stephen Connolly
Path:
 test/src/test/java/hudson/model/QueueTest.java
http://jenkins-ci.org/commit/jenkins/57efbea3d0326f8b24bbe458fa1d25f6f45589f8
Log:
  Merge pull request #2 from oleg-nenashev/JENKINS-27871

JENKINS-27871 - Added a direct unit test for the issue





























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-13 Thread stephenconno...@java.net (JIRA)














































stephenconnolly
 commented on  JENKINS-27871


Block on upstream projects does not work















https://github.com/jenkinsci/jenkins/pull/1645 and this should hopefully land for 1.610



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-11 Thread stephenconno...@java.net (JIRA)














































stephenconnolly
 commented on  JENKINS-27871


Block on upstream projects does not work















Cool I'll set them both up for a run-off to see if either breaks the issue I was trying to fix and see which is better performing... (I also have a 3rd variant of the 2nd version that should be more performant and less likely to cause a regression elsewhere, but as it's more complex...)

I would expect to get the fix committed towards 1.610... if 1.607-1.609 get selected for the next LTS then the fix for this should be a viable candidate for back-porting as it does not change any exposed APIs



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-11 Thread paulddra...@gmail.com (JIRA)














































Paul Draper
 commented on  JENKINS-27871


Block on upstream projects does not work















@stephenconnolly, that change also works.



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-11 Thread stephenconno...@java.net (JIRA)














































stephenconnolly
 commented on  JENKINS-27871


Block on upstream projects does not work















http://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/1.609-SNAPSHOT/jenkins-war-1.609-20150411.073620-2.war is an alternative attempt. It would be good if you could confirm that it also resolves the issue.


diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java
index d776a57..3c9367a 100644
--- a/core/src/main/java/hudson/model/Queue.java
+++ b/core/src/main/java/hudson/model/Queue.java
@@ -844,6 +844,17 @@ public class Queue extends ResourceController implements Saveable {
  * Gets all the {@link BuildableItem}s that are waiting for an executor in the given {@link Computer}.
  */
 public ListBuildableItem getBuildableItems(Computer c) {
+if (lock.tryLock()) {
+// JENKINS-22708 and JENKINS-27871, if we can get the lock, return live
+try {
+ListBuildableItem result = new ArrayListBuildableItem();
+_getBuildableItems(c, buildables, result);
+_getBuildableItems(c, pendings, result);
+return result;
+} finally {
+lock.unlock();
+}
+}
 Snapshot snapshot = this.snapshot;
 ListBuildableItem result = new ArrayListBuildableItem();
 _getBuildableItems(c, snapshot.buildables, result);
@@ -865,6 +876,16 @@ public class Queue extends ResourceController implements Saveable {
  * Gets the snapshot of all {@link BuildableItem}s.
  */
 public ListBuildableItem getBuildableItems() {
+if (lock.tryLock()) {
+// JENKINS-22708 and JENKINS-27871, if we can get the lock, return live
+try {
+ArrayListBuildableItem r = new ArrayListBuildableItem(buildables);
+r.addAll(pendings);
+return r;
+} finally {
+lock.unlock();
+}
+}
 Snapshot snapshot = this.snapshot;
 ArrayListBuildableItem r = new ArrayListBuildableItem(snapshot.buildables);
 r.addAll(snapshot.pendings);
@@ -875,6 +896,14 @@ public class Queue extends ResourceController implements Saveable {
  * Gets the snapshot of all {@link BuildableItem}s.
  */
 public ListBuildableItem getPendingItems() {
+if (lock.tryLock()) {
+// JENKINS-22708 and JENKINS-27871, if we can get the lock, return live
+try {
+return new ArrayListBuildableItem(pendings);
+} finally {
+lock.unlock();
+}
+}
 return new ArrayListBuildableItem(snapshot.pendings);
 }
 
@@ -902,6 +931,19 @@ public class Queue extends ResourceController implements Saveable {
  * @since 1.402
  */
 public ListItem getUnblockedItems() {
+if (lock.tryLock()) {
+// JENKINS-22708 and JENKINS-27871, if we can get the lock, return live
+try {
+ListItem queuedNotBlocked = new ArrayListItem();
+queuedNotBlocked.addAll(waitingList);
+queuedNotBlocked.addAll(buildables);
+queuedNotBlocked.addAll(pendings);
+// but not 'blockedProjects'
+return queuedNotBlocked;
+} finally {
+lock.unlock();
+}
+}
 Snapshot snapshot = this.snapshot;
 ListItem queuedNotBlocked = new ArrayListItem();
 queuedNotBlocked.addAll(snapshot.waitingList);
@@ -928,6 +970,16 @@ public class Queue extends ResourceController implements Saveable {
  * Is the given task currently pending execution?
  */
 public boolean isPending(Task t) {
+if (lock.tryLock()) {
+try {
+for (BuildableItem i : pendings)
+if (i.task.equals(t))
+return true;
+return false;
+} finally {
+lock.unlock();
+}
+}
 Snapshot snapshot = this.snapshot;
 for (BuildableItem i : snapshot.pendings)
 if (i.task.equals(t))


If both work then I will fire each up on my test bed environment and see which passes the concurrency and lock stress... then we commit the simpler fix.


























   

[JIRA] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-10 Thread paulddra...@gmail.com (JIRA)














































Paul Draper
 commented on  JENKINS-27871


Block on upstream projects does not work















@stephenconnolly, your change fixed it.



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-09 Thread paulddra...@gmail.com (JIRA)














































Paul Draper
 created  JENKINS-27871


Block on upstream projects does not work















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


09/Apr/15 7:22 PM



Description:


Do a fresh install of Jenkins. Make 3+ executors.

Create project A, with downstream B.
Have it `sleep 15`.

Create project B, with downstream C.
Set it to block on building upstream projects.
Have it `sleep 30`.

Create project C.
Set it to block on building upstream projects.
Have it `sleep 30`.

Trigger A, B, and C together, in succession.

As A builds, notice that C is blocked, and waits for the (transitive) upstream project A to finish.

However, once A finished, B and C both start!

Only B should have started. C should have stayed blocked until B finished. Instead, C behaved as if A  and A alone  were the upstream project.




Project:


Jenkins



Priority:


Minor



Reporter:


Paul Draper

























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-09 Thread stephenconno...@java.net (JIRA)














































stephenconnolly
 commented on  JENKINS-27871


Block on upstream projects does not work















I suspect that this is a bug introduced in Jenkins Core in 1.536 but which would only be visible on a single core non-hyperthreaded master or on a very highly contended master until Jenkins 1.607

It seems similar to the issue in https://issues.jenkins-ci.org/browse/JENKINS-27708

I may have an idea for a hack to solve this type of issue... I'll do some thinking



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-09 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-27871


Block on upstream projects does not work















Could you test Jenkins 1.606 and 1.607 to see whether this was introduced in the latter?

Be aware that downgrading from 1.607+ to 1.605 or earlier will lose slave configuration.



























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] [core] (JENKINS-27871) Block on upstream projects does not work

2015-04-09 Thread paulddra...@gmail.com (JIRA)














































Paul Draper
 updated  JENKINS-27871


Block on upstream projects does not work
















I have found that this bug is present in 1.608, but not in 1.596.2.





Change By:


Paul Draper
(09/Apr/15 7:44 PM)




Priority:


Minor
Critical



























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.