Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudBees CI Support #166

Open
nixsec opened this issue Apr 7, 2024 · 0 comments
Open

CloudBees CI Support #166

nixsec opened this issue Apr 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nixsec
Copy link

nixsec commented Apr 7, 2024

What feature do you want to see added?

It would be nice to see this plugin support the CloudBees CI platform.

In a CloudBees CI setup, plugins aren't extracted to their usual location as seen in a standalone Jenkins instance. In CloudBees CI, plugins are extracted to /tmp/jenkins/plugins where in a standalone Jenkins server they're extracted to {JENKINS_HOME}/plugins.

This is problematic for a CloudBees CI instance since the plugin looks for the uipath-automation-package.jar in {JENKINS_HOME}/plugins/uipath-automation-package.

This plugin is considered a Tier 3 plugin by CloudBees and isn't part of their Plugin Assurance program.

Upstream changes

No response

Are you interested in contributing this feature?

I am but may not have the cycles depending on the level of effort here. So far, we've managed to get things working within a CloudBees CI instance by copying the extracted plugin directory to the expected location. Testing has been going well aside from some issues being sorted out with UiPath support.

With all of that said, if the only change is in the logic I've linked then that's rather straight-forward, in my opinion. However, I feel other areas may need investigation since all of our testing is conducted using a remote Windows Jenkins agent.

@nixsec nixsec added the enhancement New feature or request label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant