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

Cloudbees folder patch 1 #1086

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2024

  1. Adapted present.pp to be compatible to cloudbees-folder

    - the possible slashes in jobname are replaced by underscores to suppress the necessary of existing subfloders in the /tmp folder for temporary file creation
    mthirdy authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9eb9eb6 View commit details
    Browse the repository at this point in the history
  2. Adapted absent.pp to be compatible to cloudbees-folder

    - the possible slashes in jobname are replaced by underscores so the correct file is deleted
    - the possible slashes in jobname are replaced by '/jobs/' so the correct cloudbees-folder job config file is found and the job is deleted by jenkins api
    mthirdy authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1c0081f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. cloudbees-folders are not created anymore if already existing

    - because of different jobdir for cloudbees-folder an already existing jobs was recreated
    mthirdy authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6d5dc83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3234b7 View commit details
    Browse the repository at this point in the history