-
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
-
[JENKINS-72996] Shared Library cache is broken when build is aborted during scm retrieve
Attachment | New: log [ 62441 ] |
Attachment | Original: log [ 62441 ] |
Attachment | New: log-aborted-build [ 62442 ] |
Attachment | New: log-next-after-abort-build [ 62443 ] |
Summary | Original: Cache is broken when build is aborted during scm retrieve | New: Shared Library cache is broken when build is aborted during scm retrieve |
Description |
Original:
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 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. |
New:
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. |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |