Skip to content

Starting a Job

Joshua Miller edited this page Jul 27, 2017 · 4 revisions
private JenkinsBuildResult StartJob(JenkinsClient client, string jobName)
{
    return client.Jobs.Build(jobName);
}

Clone this wiki locally