Creating the Jenkins pipeline
Configure the pipeline script provided by Talend to generate the project items according to the Maven phase you want to achieve and the repository you want to deploy your artifacts to.
Some parameters come from the credentials and configuration files you have previously defined and stored in Jenkins. For more information about the Talend Maven parameters you can use when configuring your pipeline, see Talend custom Maven build options.
Before you begin
Make sure you have extracted this file from the jenkins_pipeline.zip archive file: Talend_Simple_Pipeline.jenkins .
Information noteWarning: This file is an example and must be adapted to
your environment before it is used. It gives you some predefined Maven commands and
options that you can customize to fit your deployment needs. For example, the
Talend_Simple_Pipeline.jenkins script file allows you to build
and publish artifacts to Talend Management Console. If
you want to publish artifacts to an artifact repository or to Docker, uncomment the
corresponding parameters in the script.