Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
----------------------------------------------------------
Command: associatePreGeneratedJob
----------------------------------------------------------
Description : Create a new execution task with a pre-generated zip file
- targetConductor: could be . "JOBCONDUCTOR" is the default value.
- importType: the position where select the zip file from; Nexus' or 'File', default value is 'File'
Requires authentication : true
Since : 5.2
Sample :
{
"actionName": "associatePreGeneratedJob",
"active": true,
"authPass": "admin",
"authUser": "admin@company.com",
"contextName": "Default",
"description":"task1's description",
"executionServerName": "serv1",
"filePath": "'/home/talend/generatedJob.zip'",
"importType": "Nexus",
"logLevel": "Info",
"nexusArtifactId": "test",
"nexusGroupId": "org.example",
"nexusRepository": "snapshots",
"nexusVersion": "0.1.0-SNAPSHOT",
"onUnknownStateJob": "WAIT",
"pauseOnError": false,
"taskName": "task1",
"timeout": 3600
}
Specific error codes :
180: file is not a valid file or not exist
181: nexus parameters may be not correct
Hi Rhall,
Is this resolved in Talend 6.4.1 ? I am facing issue creating the artifact task with Metaservlet API call.