Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Not A Defect
-
None
Description
I want to use Jenkinsfile from local system, and thus I'm using hudson.NullSCM class of workflow-cps plugin. In earlier versions using this class didn't created any new directory. While in the latest version upgrade it is performing checkout and creating a new directory with random directory name, and searching the script in that location.
I want a workaround or fix of this issue, as its a blocker in a Jenkins plugin that I'm working on.
Attachments
Issue Links
- relates to
-
JENKINS-67879 CLONE - java.io.IOException references a file that is not inside
-
- Closed
-
-
JENKINS-68287 Randomly named additional subfolder when checking out git
-
- Resolved
-
Hint: Temporary workaround I started to use: Manually create in each workspace symbolic links for the files needed during execution in the @script directory pointing to the file in the directory with the random name.