Qualifacts have started a migration JOB from Talend version 7.1 to 8.0, as part of this migration we cover the following process:
Migrate Talend job using Talend Studio
Create a CI using Jenkins Jobs.
But we need to review with you the following items:
Review our process migration JOB using Talend Studio.
Review our pipeline in Jenkins Job created to build the zip and deploy it in Nexus.
How to implement a Jenkins Job to build a Talend Project with Project reference. We had a problem after the module was removed from the parent POM.
Improve our Jenkins Job to reduce the time to build the ZIP, we tried to follow the documentation https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-jenkins, but our standard to create a Jenkins Job is running in to separate container which means that each execution the conatiner must install the command line from its beginning and that takes time.