You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Currently there are two issues when using the auto job creation feature in combination with jobs that are grouped into folders using the Folders plugin:
Newly created jobs do not have the same parent as the master job
Duplicate jobs are created if the job is grouped in a folder (i.e. not under root). One of them is correct, while the other seems incomplete (description and scm not updated).
No.1 can be solved by simply moving the job under the appropriate parent. This can be accomplished by adding the following line to the with method in the CreateProjectForBranch class right after the project i saved:
Not sure how to solve No.2, as it might be an issue with the Jenkins API responsible for copying the job. I'll try to come up with a setup that will allow to easily reproduce this issue.
The text was updated successfully, but these errors were encountered:
Currently there are two issues when using the auto job creation feature in combination with jobs that are grouped into folders using the Folders plugin:
No.1 can be solved by simply moving the job under the appropriate parent. This can be accomplished by adding the following line to the
with
method in theCreateProjectForBranch
class right after the project i saved:Not sure how to solve No.2, as it might be an issue with the Jenkins API responsible for copying the job. I'll try to come up with a setup that will allow to easily reproduce this issue.
The text was updated successfully, but these errors were encountered: