Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm writing a CICD script to automatically build our Talend code with maven. I'm following the documentation found here https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/regenerate-pom-files . Current setup and steps completed:
Any suggestions? Do I need the command line server running when I try to generate my poms? If so why is it not listening on port 8002. Should -Dproduct.path be pointing to my Command line server product or should it be a studio? Here is the command causing the errors and console output is attached:
mvn org.talend.ci:builder-maven-plugin:8.0.1:generateAllPoms \
-Dproduct.path=~/CICD/CmdLine/ \
-Dlicense.path=~/CICD/license
There are several fairly easy options available for remotely managing a remote Windows Server using a command line, including a few native options.
Hello,
Yes, you need to start the commandline before generating poms. Once, this is running, it should listen on port 8002.
If you already have a commandline installed then give the location in -Dproduct.path and license for the same in -Dlicense.path.
Provide the path as /CICD/Cmdline/studio.