-
Notifications
You must be signed in to change notification settings - Fork 36
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);
}Getting Started
- Creating the Client
Examples
- Starting a Job
- Retrieving Artifacts
- Reading Console Output
Utilities
- JenkinsJobRunner
- JenkinsProgressiveTextReader