Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

temporarily pause a certain step after clicking Run #4656

pureivan ·

Is it possible to temporarily pause a certain step on the variable value modification page after clicking Run?

  • replies 3
  • views 15
  • stars 0
robinshen ADMIN ·

I guess you want to modify a variable value to pause execution of some step. If so, it is not possible as started build will get a snapshot of variables, and the build will not see subsequent modifications not made in same build.

pureivan ·

It should be that for variables set like promptSetting, certain steps can be skipped before the actual run. The skip page could be placed under the Specify Build Options page that appears after clicking the Run button, but it should only allow skip operations for the step page.

robinshen ADMIN ·

You may achieve this via variables, for instance, check if variable value equal to certain value in your step execute condition. This way, you can select to skip desired steps by setting variable to certain value in the variable prompt page.