Hi all,

I just started to play a bit with the workflow-plugin and got stuck with dir step. My "awesome" code:

stage 'box'
node ('admins') {
  def dir = '7packer-boxes'
  sh "mkdir ${dir} || :"
  echo "Changing to dir ${dir}"
  sh "pwd"
  dir("${dir}") {
    sh "pwd"
  }
}


The build starts, works to the point where the dir step is and then doesn't do anything. Also it just keeps running and I can't remove the build[1].

Jenkins:  1.596.3
Workflow: 1.6

Any help would be much appreciated.


[1] With /doDelete I can remove it from the slave but it still exists on the master. A restart of Jenkins might help.


Cheers, Shorty

--
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/5565E15F.6070808%40koeln.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to