Runner.

PublishRoute(string, string, string, bool, string, string, string, string, TalendCommandLineSettings) Method

Summary

Publishes a Talend route to the Nexus Artifact Repository
Assembly
Cake.Talend.dll
Namespace
Cake.Talend.CommandLine
Containing Type
Runner

Syntax

public void PublishRoute(string projectName, string routeName, string jobGroup, bool isSnapshot, string publishVersion, string artifactRepositoryUrl, string artifactRepositoryUsername, string artifactRepositoryPassword, TalendCommandLineSettings settings)

Parameters

Name Type Description
projectName string The Talend project name.
routeName string The Talend route name.
jobGroup string Example: org.rsc
isSnapshot bool True if snapshot
publishVersion string if exist, publish with this version.
artifactRepositoryUrl string Example: http://localhost:8081/nexus/content/repositories/snapshots/
artifactRepositoryUsername string Example: admin
artifactRepositoryPassword string Example: password
settings TalendCommandLineSettings The settings.

Return Value

Type Description
void