jenkinsci / plasticscm-plugin

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

Use the appropriate workspace path when specifying subdirs #67

Closed mig42 closed 1 year ago

mig42 commented 1 year ago

Reported in #66 , the plugin is always targeting the Jenkins workspace path for its operations instead of the actual Plastic SCM path after applying the specified subdirectory names.

Resolves #66

Testing done

Manual changes using a clean install of Jenkins.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue