DS
Size: a a a
DS
VN
u
jobs:
- script: >
pipelineJob('devops-ci-cd-jenkins-job-seed-prod') {
M
u
u
II
ł
M
II
VD
II
II
AK
VD
VD
PK
A
pipeline {
agent { label 'docker' }
stages {
stage('Example Build') {
steps {
container('docker') {
sh 'docker -v; sleep 100'
}
}
}
}
}
09:28:31 Running on jenkins-slave-txkhk in /home/jenkins/agent/workspace/sideprojects/testjob
09:28:31 [Pipeline] {
09:28:31 [Pipeline] stage
09:28:31 [Pipeline] { (Example Build)
09:28:31 [Pipeline] container
09:28:31 [Pipeline] {
09:28:31 [Pipeline] sh
09:33:38 process apparently never started in /home/jenkins/agent/workspace/sideprojects/testjob@tmp/durable-8ac702da
09:33:38 (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
09:33:38 [Pipeline] }
09:33:38 [Pipeline] // container
09:33:38 [Pipeline] }
09:33:38 [Pipeline] // stage
09:33:38 [Pipeline] }
09:33:38 [Pipeline] // node
09:33:38 [Pipeline] End of Pipeline
09:33:38 ERROR: script returned exit code -2
09:33:38 Finished: FAILURE
A
A