Due to some requirements of confining the files in the workspace on an 
instance of a job, i am restricting instances of job to a particular node & 
specific workspace. The reason for clamping down the node is to avoid 
overwriting when the concurrent builds are executed. The workflow script 
looks like below: 

node(XXX) {
ws("C:\\abc\\workspace\\${env.BUILD_NUMBER}") {

// codes of all the stages // 

 }

}

I get the warnings: Using checkpoint inside of node {} is unsupported and 
unreliable

Do i stop using the checkpoint with my current workflow script design?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6f4baa5d-f4fc-42b3-99bc-6be6b84f9556%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to