-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.492.2
JDK Temurin-17.0.11+9
Windows Server 2022
Cisco Secure Endpoint
After upgrading to 2.492.1 a lot of my jobs fail due to AccessViolations while creating the fingerprints.
The fingerprint file is created but can not be updated. All files in "/fingerprint/" are created by the same user (Non-System-Account) so the "access" should be granted.
The error seems to be some kind of race condition as some jobs are running fine after rerun, some do not, some do fail after success (without source change)
After rollback to v2.479.3 everything works as intended. No AccessViolations.
- links to
[JENKINS-75255] AccessDeniedException from AtomicFileWriter.move (e.g., while fingerprinting) on Windows
Component/s | New: copyartifact-plugin [ 15692 ] | |
Component/s | New: core [ 15593 ] | |
Component/s | Original: fingerprint-plugin [ 16622 ] |
Labels | New: regression |
The stack trace seems to indicate that a Pipeline step from the copyartifact plugin is being used in the Pipeline. Can you provide the detailed list of plugins that are installed along with their versions and a sample Pipeline script that shows the issue? "How to report an issue" includes a script that can generate the list of installed plugins and their versions.