public class JenkinsPipelineManager extends Object
| Constructor and Description |
|---|
JenkinsPipelineManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
createNewPipelineJob(String configXml,
String jobName)
Creates new pipeline job in Jenkins server by calling its REST API.
|
public String createNewPipelineJob(String configXml, String jobName) throws TestGridException, IOException
configXml - configuration file for the new job.jobName - name for the new job.TestGridExceptionIOExceptionCopyright © 2019 WSO2. All rights reserved.