Module: pipelineCreate

Represents the pipeline creation page of classic jenkins.

Methods


<inner> createPipeline(jobName, script [, oncreated])

Returns the create pipeline page for a certain job and creates the pipeline job

Parameters:
Name Type Argument Description
jobName String

name of the job to configure

script String

the name of the script that shoould be used to be injected. Has to be present in ROOT/src/test/resources/test_scripts

oncreated function <optional>

callback to be invoke when finished, will expect a traditional node callback function