-
Bug
-
Resolution: Duplicate
-
Minor
-
None
Steps to reproduce:
- start plugin
- configure Global pipeline libraries to use cache
- create a pipeline to use Shared library
- start the pipeline and aborted during scm retrieve process
- build logs displays an error
- start the same pipeline again
Expected: shared library retrieved from scm and pipeline success
Actual: pipeline fails with error: `Library global-pipeline-library expected to contain at least one of src or vars directories`
because `global-libraries-cache` contain cache but it's empty.
- duplicates
-
JENKINS-69573 Cache of Global Pipeline Libraries May Fail to Be Created Until Next Expiration
- Resolved