[JIRA] (JENKINS-37588) Multibranch pipeline does not allow quiet time or throttle

2019-09-23 Thread oli...@teqneers.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Mueller edited a comment on  JENKINS-37588  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline does not allow quiet time or throttle   
 

  
 
 
 
 

 
 We are using    Jenkins 2.195, Multibranch 2.21 and Declarative version 1.3.9  and .Option   quietPeriod  seems to be accepted, but it  does  not  NOT  seem to work .We are using a declarative multibranch pipeline with these options :   {code:java} pipeline {  agent any options { quietPeriod 1200 timeout(time: 4, unit: 'HOURS') disableConcurrentBuilds()} ... {code}The pipeline will get executed immediately.     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173704.1471877153000.3310.1569248460925%40Atlassian.JIRA.


[JIRA] (JENKINS-37588) Multibranch pipeline does not allow quiet time or throttle

2019-09-23 Thread oli...@teqneers.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Mueller commented on  JENKINS-37588  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline does not allow quiet time or throttle   
 

  
 
 
 
 

 
 We are using Declarative version 1.3.9 and quietPeriod does not seem to work: 

 

options {
 quietPeriod 1200
 timeout(time: 4, unit: 'HOURS')
 disableConcurrentBuilds()
} 

 The pipeline will get executed immediately.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173704.1471877153000.3204.1569245640995%40Atlassian.JIRA.


[JIRA] (JENKINS-37588) Multibranch pipeline does not allow quiet time or throttle

2019-09-23 Thread oli...@teqneers.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Mueller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37588  
 
 
  Multibranch pipeline does not allow quiet time or throttle   
 

  
 
 
 
 

 
Change By: 
 Oliver Mueller  
 
 
Comment: 
 A very important hint is, that the quietPeriod option has to be written *WITHOUT* braces:so instead of writing:{code:java}quietPeriod(600){code}you need to write:{code:java}quietPeriod 600{code}jenkins will not give you a notice, warning or anything alike when using it with braces.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173704.1471877153000.3157.156921486%40Atlassian.JIRA.


[JIRA] (JENKINS-37588) Multibranch pipeline does not allow quiet time or throttle

2019-09-23 Thread oli...@teqneers.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Mueller commented on  JENKINS-37588  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline does not allow quiet time or throttle   
 

  
 
 
 
 

 
 A very important hint is, that the quietPeriod option has to be written WITHOUT braces: so instead of writing: 

 

quietPeriod(600) 

 you need to write: 

 

quietPeriod 600 

 jenkins will not give you a notice, warning or anything alike when using it with braces.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.173704.1471877153000.3020.1569242520839%40Atlassian.JIRA.