jenkinsci / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM
MIT License
16 stars 31 forks source link

Fix server option for client configuration #59

Closed HamzaOralK closed 1 year ago

HamzaOralK commented 1 year ago

When polling enables on a pipeline definition with configuration below:

Screenshot 2023-06-21 at 09 59 41 Screenshot 2023-06-21 at 09 54 18

It was throwing an error in the polling logs:

Screenshot 2023-06-21 at 09 57 13

Testing done

Created a local jenkins instance via Docker and installed the plugin after running mvn package with the changes. Tested against our on premise PlasticSCM instance.

PlasticFix

After the changes polling started working as expected.

Submitter checklist