Methods
-
<inner> waitForJobRunEnded(jobName [, onBuildComplete])
-
Nightwatch command to wait for a job run to end.
Parameters:
Name Type Argument Description jobNameString the name of the job we are waiting on
onBuildCompletefunction <optional>
callback to be invoke when finished, will pass the sse event to the callback
-
<inner> waitForPipelineStageEvent(pipelineName [, onPipelineStageEvent])
-
Nightwatch command to wait for a stage event to be published.
Parameters:
Name Type Argument Description pipelineNameString the name of the job we are waiting on
onPipelineStageEventfunction <optional>
callback to be invoke when finished, will pass the sse event to the callback