Represents the freestyle creation page of classic jenkins.
Methods
-
<inner> createFreestyle(jobName, script [, oncreated])
-
Returns the create freestyle page for a certain job and creates the freestyle job
Parameters:
Name Type Argument Description jobNameString name of the job to configure
scriptString the name of the script that shoould be used to be injected. Has to be present in ROOT/src/test/resources/test_scripts
oncreatedfunction <optional>
callback to be invoke when finished, will expect a traditional node callback function