jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-26563] BlockableBuildTrigger invokes build timeout

Open
#622 0 comments 0 reactions 0 assignees View on GitHub
component:build-timeout-plugin component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
77
Forks
174
Avg merge
22h 27m
Merged PRs (30d)
1

Description

The parameterized trigger plugin has the option to trigger a job before continuing with the option Blockable Build Trigger Config. This will also trigger the build-timeout plugin if the value is set. There should be an option to ignore the timeout when a blockable build trigger is currently being invoked.

Steps to reproduce issue:

1. Create a job (called job1) with a sleep for 5 minutes.

2. Create another job (called job2) with a sleep of 2 minutes.

3. Add a parameterized trigger in job2 blocking upstream project job1.

4. Have a timeout (with any timeout strategy) and trigger a run of job1.

I posted to both components because I am not sure where an RFE or improvement like this would belong (leaning more towards the build-timeout plugin though).

---
Originally reported by schristou, imported from: BlockableBuildTrigger invokes build timeout


  • status: Open
  • priority: Minor
  • component(s): build-timeout-plugin, parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

Raw content of original issue

The parameterized trigger plugin has the option to trigger a job before continuing with the option Blockable Build Trigger Config. This will also trigger the build-timeout plugin if the value is set. There should be an option to ignore the timeout when a blockable build trigger is currently being invoked.

Steps to reproduce issue:
1. Create a job (called job1) with a sleep for 5 minutes.
2. Create another job (called job2) with a sleep of 2 minutes.
3. Add a parameterized trigger in job2 blocking upstream project job1.
4. Have a timeout (with any timeout strategy) and trigger a run of job1.

I posted to both components because I am not sure where an RFE or improvement like this would belong (leaning more towards the build-timeout plugin though).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.