I have some jobs maje with Talend Open Studio and I want use maven to export jobs in zip file to do automatic build.
Can I found an existing maven plugin to do that?
Can I build job with command line ?
Maven options you can pass when building, executing and publishing artifacts on your Continuous Integration server. Talend leverages a standard Maven-based Continuous Integration (CI) implementation.
Procedure. In the Repository tree view, right click the Job Designs node, and select Create folder from the contextual menu. In the New Folder wizard, name your Job folder getting_started and click Finish to create your folder. Right-click the getting_started folder and select Create Job from the contextual menu.
Reinstalling or update community components. Reviewing and rate a community component. Uploading a component you created to Talend Exchange. Managing components you uploaded to Talend Exchange. Using connections in a Job.
Talend CommandLine is only available in Talend Enterprise Subscription Version. There is no job script in Talend open studio products.
For more information about how to use command line to build the job, please visit this link.
It's possible but complex !
You will have to change pom settings.
Change the file maven_user_setting.xml
and settings.xml
Check Offline in maven preferences.
Then with command line like following you can build your project :
mvn -B -s C:\Talend\TOS_DI-Win32-20200219_1130-V7.3.1\configuration\maven_user_settings.xml install -l C:/Talend/lastGenerated.log -P default-settings,!include-java-sources,!include-maven-resources,!include-items,include-libs,!include-binaries,include-running-log4j,include-log4j,include-contexts,!include-test-sources,!include-test-reports,include-xmlMappings,include-running-xmlMappings,packaging-and-assembly,!ci-builder -Dmaven.test.skip=true -Dci.builder.skip=true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With