Skip to content

fix: allow selecting FreeStyleProject in jenkins scopes UI#7411

Merged
klesh merged 1 commit into
apache:mainfrom
gustavobini:fix/jenkins-7400
Apr 30, 2024
Merged

fix: allow selecting FreeStyleProject in jenkins scopes UI#7411
klesh merged 1 commit into
apache:mainfrom
gustavobini:fix/jenkins-7400

Conversation

@gustavobini
Copy link
Copy Markdown
Contributor

Summary

Allows selecting Jenkins' FreeStyleProject in Jenkins scopes UI.

Does this close any open issues?

Closes #7400

@klesh klesh merged commit cb146f8 into apache:main Apr 30, 2024
getJobsPageCallBack := func(job *models.Job) errors.Error {
switch job.Class {
case "org.jenkinsci.plugins.workflow.job.WorkflowJob":
// this is a scope
Copy link
Copy Markdown
Contributor

@abeizn abeizn May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete this code? It resulted in many of my scopes not being displayed. @gustavobini cc @klesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Question][Jenkins] Most Jenkins Projects Not Selectable

3 participants