Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ray0801
Creator
Creator

How to implement CI/CD in Talend Cloud?

I am trying to create a CI/CD pipeline in Talend Data cloud.

What are the options available for it.​

Labels (2)
9 Replies
Anonymous
Not applicable

Hi @Merffi Ramesh​,

 

Take a look at this KB article and articles/blogs linked from it....

 

https://community.talend.com/s/article/A-Github-Action-for-Talend-CI-CD-EugOq?language=en_US

 

Regards

 

Richard

Ray0801
Creator
Creator
Author

@rhall Thanks!

Chowre
Contributor
Contributor

@Richard Hall​ this is the process which can be applied at the project level,does it works accurate if some of the objects /jobs need to be deployed using CI/CD ?

 

Anonymous
Not applicable

We have a help document on all things CI/CD here: https://help.talend.com/r/en-US/Cloud/software-dev-lifecycle-best-practices-guide

 

But I will try and get someone internal who is an expert on this to give some feedback.

Anonymous
Not applicable

Hello @Sowmya Nallapareddy​ ,

As Richard mentioned we have great articles and more importantly samples on help.talend.com.

https://help.talend.com/r/en-US/Cloud/software-dev-lifecycle-best-practices-guide/ci-build

Here on the left side we have "Downloads" with sample scripts, and you can find all the parameters as well.

 

job(s) can be listed with -am -pl job1,job2

This build the job(s) and their dependencies.

Chowre
Contributor
Contributor

@Balazs Gunics​ & @Richard Hall​ ,i can see in the documentation mentioned about some talend script provided by talend

 

eg

"Configure the pipeline script provided by Talend to generate the project items according to the Maven phase you want to achieve and the Talend Cloud account or the repository you want to deploy your artifacts to."

 

Where from the talend i can download this script ?

Chowre
Contributor
Contributor

@Balazs Gunics​ & @Richard Hall​ 

 

One more question is ,if i already have a jenkins deployment setup for onpremise ,what are the potential changes to be done in groovy file to adapt the same for Talend cloud promotions? anywhere should we use the cloud api options to do the promotions or it is similar to the earlier jenkins setup?

Anonymous
Not applicable

The script downloads that @Balazs Gunics​ mentioned can be found on the page that he linked to. You need to find the paperclip, as shown here...

 

0695b00000IcKquAAF.png

Chowre
Contributor
Contributor

@Richard Hall​ Thanks for your reply ,Can you please help me with the Groovy script ,where exactly we need to do changs if wehave groovy script for tac promotion.migrating TAC promotion to TMC promotion steps needed