Skip to content

Instantly share code, notes, and snippets.

@3r1co
Created September 23, 2016 07:20

Revisions

  1. 3r1co created this gist Sep 23, 2016.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    /home/jenkins/workspace/workspace/TestPipeline #
    sh -c echo $$ > '/home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/pid';
    jsc=durable-7d70d7d764e394b8964d3c7265eb5bc1;
    JENKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/script.sh' >
    '/home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/jenkins-log.txt' 2>&1;
    echo $? > '/home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/jenkins-result.txt'

    /bin/sh: can't create /home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/pid: nonexistent directory
    /bin/sh: can't create /home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/jenkins-log.txt: nonexistent directory
    /bin/sh: can't create /home/jenkins/workspace/workspace/TestPipeline@tmp/durable-d597d34c/jenkins-result.txt: nonexistent directory