<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CI, Jenkins, Nexus, Build on push in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316144#M142776</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It depends on what's talend solution you are using.&lt;/P&gt;&lt;P&gt;Here is online installation guide about Talend Open Studio for Data Integration : Prerequisites&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/hw-requirements" alt="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/hw-requirements" target="_blank"&gt;Hardware requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/software-requirements" alt="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/software-requirements" target="_blank"&gt;Software requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 08:00:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-02T08:00:27Z</dc:date>
    <item>
      <title>CI, Jenkins, Nexus, Build on push</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316141#M142773</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do Build-on-push with Talend ESB projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed Nexus, CommandLine and Jenkins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Talend ESB project contains a multi-module maven project. Parent project version is set from Studio, Project properties / Build / Maven / Deploy versionning. I can set a "-SNAPSHOT" version by clicking "Use Snapshot" checkbox. Modules version (i.e. Jobs or routes version) are defined in Studio as Job version or Route version ; AFAIK, these versions can not be "-SNAPSHOT" maven version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using mvn deploy, with all required options, jobs artifacts and routes artifacts are correctly deployed, as release artifacts, due to non-snapshot route or job version. I can deploy only once, because Nexus "release" repository do not allow to update artifacts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the way to push many time a SNAPSHOT job or route, and to decide when I want to generate a RELEASE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316141#M142773</guid>
      <dc:creator>cmarchand</dc:creator>
      <dc:date>2024-11-15T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: CI, Jenkins, Nexus, Build on push</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316142#M142774</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's your Talend environment installed? Any CI server?&lt;/P&gt;&lt;P&gt;At the first step, please make sure that SVN or Git&lt;B&gt; &lt;/B&gt;Integration with TAC / Studio must be tested and fully working. Server must be accessible from CI server – pay particular attention to any http / https proxies that might be present in the customer’s environment and ensure that Talend environment communications are not going via the proxy unless necessary.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 02:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316142#M142774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-26T02:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: CI, Jenkins, Nexus, Build on push</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316143#M142775</link>
      <description>&lt;P&gt;by the way what is the minimum requirement for a build talend job to work on any new system ??? is it only JAVA installed ? i mean jdk for the java command to run the job . cause the job built has already all jars needed in lib directory winthin it . &lt;/P&gt;&lt;P&gt;or wwe need a lot more things ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 12:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316143#M142775</guid>
      <dc:creator>aminegac</dc:creator>
      <dc:date>2021-11-01T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: CI, Jenkins, Nexus, Build on push</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316144#M142776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It depends on what's talend solution you are using.&lt;/P&gt;&lt;P&gt;Here is online installation guide about Talend Open Studio for Data Integration : Prerequisites&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/hw-requirements" alt="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/hw-requirements" target="_blank"&gt;Hardware requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/software-requirements" alt="https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/software-requirements" target="_blank"&gt;Software requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 08:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CI-Jenkins-Nexus-Build-on-push/m-p/2316144#M142776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-02T08:00:27Z</dc:date>
    </item>
  </channel>
</rss>

