-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
-
564.ve62a_4eb_b_e039
After updating Pipeline: Groovy to 2656.vf7a_e7b_75a_457 do to security issue notification, the jobs fails with that message:
```
18:18:02 > git fetch --tags --progress https://url_xxx/yyy.git +refs/heads/:refs/remotes/origin/ # timeout=10
18:18:03 > git rev-parse refs/remotes/origin/branch_name^
# timeout=10
18:18:03 Checking out Revision 7f130050d612342343c086b5db9c2eeaace15527 (refs/remotes/origin/branch_name)
18:18:03 > git config core.sparsecheckout # timeout=10
18:18:03 > git checkout -f 7f130050d612342343c086b5db9c2eeaace15527 # timeout=10
18:18:03 Commit message: "commit info"
18:18:03 > git rev-list --no-walk 7f130050d610038b763c086b5db9c2eeaace1557 # timeout=10
18:18:03 java.io.IOException: /workspace/Jobname@script/d66caf2122ef01ed58f1296c9a71a0012423432344e53d67520a5c62/jenkins.groovy references a file that is not inside /workspace/Jobname@script/d66caf2122ef01ed58f1296c9a71a0012423432344e53d67520a5c62
18:18:03 at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:183)
18:18:03 at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
18:18:03 at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:310)
18:18:03 at hudson.model.ResourceController.execute(ResourceController.java:99)
18:18:03 at hudson.model.Executor.run(Executor.java:432)
18:18:03 Finished: FAILURE
```
- duplicates
-
JENKINS-67816 Loading shared library resources fails since release 561.va_ce0de3c2d69
- Resolved