puppet-jenkins icon indicating copy to clipboard operation
puppet-jenkins copied to clipboard

Cloudbees folder patch 1

Open mthirdy opened this issue 1 year ago • 2 comments

Compatibility with plugin cloudbees-folder'

Pull Request (PR) description

This PR provides the ability to manage elements of type/plugin 'cloudbees-folder'. In this case the name of the job could include slashes for subfolders. So the slashes in the job name have to be replaced by underscore for the temporary created file used for the jenkins api. Also the slashes have to replaced by '/jobs/' for the config.xml of a job while deleting the job via the jenkins api.

This Pull Request (PR) fixes the following issues

mthirdy avatar Jan 10 '24 13:01 mthirdy

@evgeni what did you do, so the checks have passed?

mthirdy avatar Apr 24 '24 16:04 mthirdy

Fixed up the tests in master and then restarted your PR against that

evgeni avatar Apr 24 '24 16:04 evgeni