To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/fb31cd9e-ec39-42c8-ab10-ebe94b820916%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
It seems that actually the Pipeline makes the whole Jenkinsfile 1x logical job, and the node{} blocks just allow different node selections during that job.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/77432682-e150-469f-bef9-fc28297ddbb1%40googlegroups.com.
Also, it would be very easy to define a function like cleanNode that would be a node calling by default deleteDir before running the passed closure.
Possibly this could even be done as a PR on the node step itself, adding a boolean param to ask for that (?).
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/54f41f3e-98e7-418b-af94-44f1ef29b6ca%40googlegroups.com.
Exception executing "curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py"java.io.IOException: Process working directory '/jenkins/SLAVE_ROOT/workspace/JOB_NAME@2' doesn't exist!