jenkinsci / jenkinsci/gitlab-plugin
Not honouring 'check out to sub dir' in declarative pipeline
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 615
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 10
Description
In the current setup we use, all pipelines are checked out to a sub directory, for example
${WORKSPACE}/dir1
However in the GitLab plugin, when using the CI feature this is not being read in, so the Jenkinsfile itself is not being found.
If i add the full working path this is resolved, but would be good for continuity if the 'check out to a sub-directory' was being used.
Current workaround to get sub-dir:

What is was prior to gitlab plugin

Using gitlab plugin 1.5.13
Jenkins 2.190.1
Host OS is Windows 10
Contributor guide
Assessment
This issue has not been assessed yet.