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 #1204) #1217

Merged
merged 1 commit into from Jan 22, 2024

Commits on Jan 22, 2024

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

    …1204)
    
    - 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).
    
    Co-authored-by: Jason <mcintoshj@gmail.com>
    (cherry picked from commit 54fbbcc)
    ciurescuraul authored and mergify[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    fc3a605 View commit details
    Browse the repository at this point in the history