I have a local jobscript created, and i want to import that jobscript in Talend.
Please tell me how can i do it using CLI. I tried it on remote and local projects, but each time createJob command is failing with error Script file is not existed.
I'm trying to run createJob command from Talend CLI and I follow below commands:
Command 3 shows me all available branches inbitbucket repo.
But when i run the command
4. createJob myjob -o -sf <File_Path>
RESULT:
FAILED at Tue Nov 27 13:17:21 AEDT 2018 exception : org.talend.commandline.client.command.CommandStatusWrapException: java.lang.IllegalArgumentException: Script file is not existed
Later i tried running createJob with local project and the result was same.
FAILED at Tue Nov 27 15:43:55 AEDT 2018 exception : org.talend.commandline.client.command.CommandStatusWrapException: java.lang.IllegalArgumentException: Script file is not existed