Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. node('docker') {
  2. docker.image('python:3').inside() {
  3. sh "python --version"
  4. }
  5. }
  6.  
  7. $ docker top 2746b9cd52bbc974b81c7322ed426cb5925fcff2c9b561d6bdd6cdf92aec1c84 -eo pid,comm
  8. [Pipeline] {
  9. [Pipeline] sh
  10. process apparently never started in /var/lib/jenkins-slave/workspace/SYSTEM/clean-artifactory@tmp/durable-c318095c
  11. (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
  12. [Pipeline] }
  13. $ docker stop --time=1 2746b9cd52bbc974b81c7322ed426cb5925fcff2c9b561d6bdd6cdf92aec1c84
  14. $ docker rm -f 2746b9cd52bbc974b81c7322ed426cb5925fcff2c9b561d6bdd6cdf92aec1c84
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement