Skip to content

Instantly share code, notes, and snippets.

@3r1co
Created September 23, 2016 07:20
Show Gist options
  • Save 3r1co/68b1d7a888a532c065ba41339e854d52 to your computer and use it in GitHub Desktop.
Save 3r1co/68b1d7a888a532c065ba41339e854d52 to your computer and use it in GitHub Desktop.
/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment