Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-33491

Quiet Period does not refresh for subsequent builds

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None
    • Jenkins ver. 1.642.1

      We use wget to trigger builds from an external trigger. We have a 20 minute quiet time set on this project. When the first wget is called, it triggers the job and starts the quiet period timer. However, subsequent identical calls will not reset the timer. It continues to count down from the first call.
      Here are the calls I see in the log:
      -bash-4.1$ wget -v --delete-after 'http://SERVERNAME/buildByToken/build?job=BUILD_NAME&token=TOKEN_NAME'
      -2016-03-11 15:29:39- http://SERVERNAME/buildByToken/build?job=BUILD_NAME&token=TOKEN_NAME
      Resolving SERVERNAME... IP
      Connecting to SERVERNAME|IP|:80... connected.
      HTTP request sent, awaiting response... 201 Created
      Length: 0 [text/plain]
      Saving to: "build?job=BUILD_NAME&token=TOKEN_NAME"

      [ <=> ] 0 --.-K/s in 0s

      2016-03-11 15:29:39 (0.00 B/s) - "build?job=BUILD_NAME&token=TOKEN_NAME" saved [0/0]

      Removing build?job=BUILD_NAME&token=TOKEN_NAME.

      -bash-4.1$ wget -v --delete-after 'http://SERVERNAME/buildByToken/build?job=BUILD_NAME&token=TOKEN_NAME'
      -2016-03-11 15:29:42- http://SERVERNAME/buildByToken/build?job=BUILD_NAME&token=TOKEN_NAME
      Resolving SERVERNAME... IP
      Connecting to SERVERNAME|IP|:80... connected.
      HTTP request sent, awaiting response... 302 Found
      Location: http://SERVERNAME/buildByToken/ [following]
      -2016-03-11 15:29:42- http://SERVERNAME/buildByToken/
      Connecting to SERVERNAME|IP|:80... connected.
      HTTP request sent, awaiting response... 404 Not Found
      2016-03-11 15:29:42 ERROR 404: Not Found.

            danielbeck Daniel Beck
            michaellatiolais Michael Latiolais
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: