Skip to content

Conversation

@TheGoldenPlatypus
Copy link

Jenkins users often organize jobs within folders for better structure and scalability. Without folder support, interacting with such jobs via Jenkins.NET was limited or required workarounds. This feature allows users to work with foldered jobs.

Notes

  • No breaking changes introduced.
  • Tested against Jenkins with folder structure in place.


foreach (var part in jobParts)
{
urlParts.Add("job");
Copy link
Owner

Choose a reason for hiding this comment

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

This doesn't look correct, should you be inserting "job" for every part?

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.

2 participants