<?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: Talend CI/CD Pipeline using github actions in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319272#M141916</link>
    <description>&lt;P&gt;I think that this was posted on the wrong board. The Pipeline Designer board is for the Pipeline Designer product. People won't be expecting this sort of question there. I have moved this to a more appropriate board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In regard to your question, have you seen this?&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/A-Github-Action-for-Talend-CI-CD-EugOq&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 12:03:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-27T12:03:17Z</dc:date>
    <item>
      <title>Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319268#M141912</link>
      <description>&lt;P&gt;Can anyone let me know the steps and requirements  for building a  CI/CD pipeline  using Github actions for Talend and how to do Using GitHub Action for Talend to Publish to Cloud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319268#M141912</guid>
      <dc:creator>suhasini12345</dc:creator>
      <dc:date>2024-11-15T22:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319269#M141913</link>
      <description>&lt;P&gt;Hi @Suhasini Suri​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I ask if you are talking about the "Pipeline Designer" product or whether you are talking about a Talend job as a "pipeline".  Sometimes the language used by different areas in the domain can cause some confusion. When we are talking about "pipelines" we are talking about Pipeline Designer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 14:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319269#M141913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-21T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319270#M141914</link>
      <description>&lt;P&gt;Actually we  want to build a workflow using github actions  CI/CD pipiline for talend  &lt;/P&gt;&lt;P&gt;&lt;B&gt;Below is the yaml file &lt;/B&gt;&lt;/P&gt;&lt;P&gt;- name: Talend Publish to Cloud Action&lt;/P&gt;&lt;P&gt;&amp;nbsp;# You may pin to the exact commit or the version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;# uses: Talend-Marketing/publish-to-cloud@a777e106550e236524225d6981ebf7f13f46f0ac&lt;/P&gt;&lt;P&gt;&amp;nbsp;uses: Talend-Marketing/publish-to-cloud@v1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Cloud Project name (always uppercase in your git repository)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;project:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# P2 repository URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;updatesite_path:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Cloud URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;service_url: # optional, default is https://tmc.us.cloud.talend.com/inventory/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Publish accelerate option (default to true)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;service_accelerate: # optional, default is true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Personal Access token (PAT) for Talend Cloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_token:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Publish skip option (defaut to false)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_publisher_skip: # optional, default is false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Personal Access token (PAT) for Talend Cloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_publisher_screenshot: # optional, default is true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Updateflow option (default to true)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_publisher_updateflow: # optional, default is true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Cloud environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_publisher_environment: # optional, default is &amp;lt;default&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend Cloud workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;cloud_publisher_workspace: # optional, default is Personal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Nexus URL for Talend Maven plugins and shared custom libraries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;nexus_url:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Nexus username&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;nexus_username:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Nexus password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;nexus_password:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Talend license path in your repository. Make sure to encrypt your license.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;license_path: # optional, default is license.gpg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# Passphrase used to encrypt Talend license in your repository. Make sure to store the passphrase in a secret.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;license_passphrase:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you let me  know what are the above parameters  and how to get them &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 11:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319270#M141914</guid>
      <dc:creator>suhasini12345</dc:creator>
      <dc:date>2022-07-22T11:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319271#M141915</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have idea how to build a CI/CD pipeline using github actions for Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319271#M141915</guid>
      <dc:creator>suhasini12345</dc:creator>
      <dc:date>2022-07-25T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319272#M141916</link>
      <description>&lt;P&gt;I think that this was posted on the wrong board. The Pipeline Designer board is for the Pipeline Designer product. People won't be expecting this sort of question there. I have moved this to a more appropriate board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In regard to your question, have you seen this?&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/A-Github-Action-for-Talend-CI-CD-EugOq&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 12:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319272#M141916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-27T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend CI/CD Pipeline using github actions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319273#M141917</link>
      <description>&lt;P&gt;Yes ,I have seen  that ,but Im not understanding what are the parameters to be used to run the workflow yaml&lt;/P&gt;&lt;P&gt;name: Talend Jobs Publish to Cloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on: [push]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jobs:&lt;/P&gt;&lt;P&gt;  talend_publish_to_cloud:&lt;/P&gt;&lt;P&gt;    runs-on: ubuntu-latest&lt;/P&gt;&lt;P&gt;    name: An action to publish Talend jobs to Cloud&lt;/P&gt;&lt;P&gt;    steps:&lt;/P&gt;&lt;P&gt;    - name: 'Checkout Github Action'&lt;/P&gt;&lt;P&gt;      uses: actions/checkout@master&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;    - name: 'Publish to Talend Cloud'&lt;/P&gt;&lt;P&gt;      uses: Talend/publish-to-cloud@v0.1&lt;/P&gt;&lt;P&gt;      with:&lt;/P&gt;&lt;P&gt;        args: -e -am -X&lt;/P&gt;&lt;P&gt;        project: CIPROJECT&lt;/P&gt;&lt;P&gt;        updatesite_path: http:///jenkins/userContent/&lt;/P&gt;&lt;P&gt;        service_url: https://tmc.us.cloud.talend.com/inventory/&lt;/P&gt;&lt;P&gt;        cloud_token: ${{ secrets.cloud_token }}&lt;/P&gt;&lt;P&gt;        nexus_url: http:///nexus&lt;/P&gt;&lt;P&gt;        nexus_username: ${{ secrets.nexus_username }}&lt;/P&gt;&lt;P&gt;        nexus_password: ${{ secrets.nexus_password }}&lt;/P&gt;&lt;P&gt;        license_path: license.gpg&lt;/P&gt;&lt;P&gt;        license_passphrase: ${{ secrets.LARGE_SECRET_PASSPHRASE }}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;what is updatesite_path?&lt;/LI&gt;&lt;LI&gt;What is nexus here why should we use that to run talend workflow&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Jul 2022 12:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-CI-CD-Pipeline-using-github-actions/m-p/2319273#M141917</guid>
      <dc:creator>suhasini12345</dc:creator>
      <dc:date>2022-07-27T12:48:59Z</dc:date>
    </item>
  </channel>
</rss>

