-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 2.34
copyartifact version: 1.38.1
Red Hat Enterprise Linux Server release 6.8 (Santiago)
java_version: "1.8.0-openjdk"
We have been experiencing crashes on Jenkins master. They happens every 2-3 days.
They look to happen in relation to a job which runs hourly and uses the CopyArtifact step.
The job runs hourly on one of the nodes. It calls the copyArtifact to grab the latest successful build from the main release build.
step([$class: 'CopyArtifact',
projectName: "upstreamProject",
selector: [$class: 'LastCompletedBuildSelector'],
target: 'build-store',
filter: "*/_T.${platformFileExt{color}}",
flatten: true])
The crash happens only occasionally (every 2-3 days). The crash is on the jenkins master server.
- duplicates
-
JENKINS-41606 Master SEGV caused by com.trilead.ssh2.crypto w/ java-1.8.0_102-b14
- Resolved