GIT_PROJECT_LIST
|
CICD;https://github.com/talenduser/CICD.git;main
|
JOBS_TO_BUILD
|
jobs/process/my_simple_job_0.1,jobs/process/my_complex_job_0.1,jobs/process/my_other_complex_job_0.1
|
MVN_GOALS
|
|
TALEND_CI_RUN_CONFIG
|
-Dlicense.path=license
<!-- This parameter is only supported and needed for users with Talend Studio 8.0.1 R2024-04 or lower
-Dtalend.studio.p2.base=https://update.talend.com/Studio/8/base -->
-Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/latest
-Dorg.slf4j.simpleLogger.showDateTime=true
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS
Information noteNote:
-
Talend recommends using the
-Dtalend.studio.p2.update
parameter in order to automatically download and install
Talend CommandLine at build time or to use the local generation type.
-
Talend does not recommend running more than one Talend CommandLine at any given time on a machine. The easiest way to
prevent this is to limit the number of executors on the
servers to 1.
|
TALEND_CI_BUILD_OPTIONS
|
-Dtalend.docker.name=cicd4talend
-Djkube.docker.push.registry=talenddockerregistry
-Djkube.docker.username=talenduser
-Djkube.docker.password=Talenddock3rpassw0rd
|