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

Merged
merged 3 commits into from
Dec 22, 2023

Commits on Dec 14, 2023

  1. 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).
    ciurescuraul committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    635576e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8d806 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    a239bb1 View commit details
    Browse the repository at this point in the history