Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jenkins): Enable Jenkins job triggers for jobs in sub-folders (backport #4618) #4632

Open
wants to merge 1 commit into
base: release-1.30.x
Choose a base branch
from

Commits on Jan 22, 2024

  1. feat(jenkins): Enable Jenkins job triggers for jobs in sub-folders (#…

    …4618)
    
    * feat(jenkins): Enable Jenkins job triggers for jobs in sub-folders
    
    - Allow triggering of Jenkins jobs that reside in sub-folders, by treating job names containing slashes as query variables.
    
    - Prior to this feature, jobs in sub-folders were not appropriately matched by the Spring framework due to slashes in their path, causing trigger requests to fail.
    
    - Include a new feature flag to determine the usage of the existing endpoint (which uses the job name as a path variable) or an updated endpoint (which takes the job name as a query parameter).
    
    * feat(jenkins): initiate flag to false in tests
    
    (cherry picked from commit 13c6f6e)
    ciurescuraul authored and mergify[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    02de3c5 View commit details
    Browse the repository at this point in the history