-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
Ubuntu 18.04
Jenkins v. 2.190.1 (installed by apt-get, not in container)
Durable Task Plugin v. 1.33
Tested on Durable Task Plugin v. 1.29 & v. 1.30 wasn't worked.
Durable Task Plugin has been "updated to v. 1.33". Still the problem isn't resolved.
PIPELINE:
pipeline {
agent {
docker
}
stages {
stage ("Test sh script in container") {
steps
}
}
}
ERROR:
[Pipeline] Start of Pipeline
[Pipeline] nodeRunning on buildserver in c:/jenkins/workspace/<project-name>
[Pipeline] {
[Pipeline] stage
[Pipeline]
{ (Declarative: Checkout SCM) [Pipeline] checkout [Pipeline] }[Pipeline] // stage
[Pipeline] withEnv
[Pipeline]
{ [Pipeline] isUnix[Pipeline] sh process apparently never started in c:/jenkins/workspace/<project-name>@tmp/durable-73ba6e89 (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer) [Pipeline] }[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code -2
Finished: FAILURE
- duplicates
-
JENKINS-52264 Error while running pipeline job in docker
- Resolved
- is caused by
-
JENKINS-52264 Error while running pipeline job in docker
- Resolved