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
Jenkins 2.401.2
Our script console is disabled so this is the list of plugins we are additionally installing.
Non-Standard Plugins:
ansicolor
antisamy-markup-formatter
artifact-manager-s3
audit-trail
authorize-project
aws-secrets-manager-secret-source
cloudbees-bitbucket-branch-source
configuration-as-code
ec2-fleet
git
jersey2-api
jira
jobConfigHistory
job-dsl
kubernetes
kubernetes-cli
ldap
matrix-auth
p4
pipeline-aws
saml
slack
timestamper
workflow-aggregator
workflow-multibranch
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins controller running in EKS using the jenkins/jenkins:lts-jdk11 from Docker Hub.
Reproduction steps
I'm using the below DSL with Jenkins configuration as code to generate an organization folder connected to our Bitbucket workspace. It's able to connect and discover all of the repos containing Jenkinsfiles as expected.
However, it creates a flat list of repos instead of nesting them under project folders.
Via the code as well as all of the examples I've found I'm not sure if this is a bug, something I'm missing, or simply a feature that doesn't exist.
This is not a bug but how the plugin works. Projects are not taken into account. Bitbucket use them to group repositories and only recently has add functionality to facilitate apply common settings.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins controller running in EKS using the
jenkins/jenkins:lts-jdk11
from Docker Hub.Reproduction steps
I'm using the below DSL with Jenkins configuration as code to generate an organization folder connected to our Bitbucket workspace. It's able to connect and discover all of the repos containing Jenkinsfiles as expected.
However, it creates a flat list of repos instead of nesting them under project folders.
Via the code as well as all of the examples I've found I'm not sure if this is a bug, something I'm missing, or simply a feature that doesn't exist.
Expected Results
I expected that repositories would be nested under their respective project folders.
Example:
Actual Results
All repositories are under the root of the organization folder and none of the projects are listed
Anything else?
No response
The text was updated successfully, but these errors were encountered: