<?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 Talend Cloud CI/CD issue, Specified workspace is not available for publish or not found! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376274#M146061</link>
    <description>&lt;P&gt;Usercase: Deploy a simple DI to Talend Cloud.&lt;/P&gt; 
&lt;P&gt;Preconfiguration Steps:&lt;/P&gt; 
&lt;P&gt;1. Build from git to Nexus is Succesfull.&lt;/P&gt; 
&lt;P&gt;2. Maven, Git, Java configured.&lt;/P&gt; 
&lt;P&gt;3. Executed below maven command&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Issue:&lt;/P&gt; 
&lt;PRE&gt;&lt;SPAN class="error-inline"&gt;[ERROR] Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project demo_di: Specified workspace is not available for publish or not found! -&amp;gt; [Help 1]&lt;/SPAN&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project demo_di: Specified workspace is not available for publish or not found!
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:212)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:369)
    at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: Specified workspace is not available for publish or not found!
    at org.talend.cloud.publisher.CloudPublisher.execute (CloudPublisher.java:299)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:212)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:369)
    at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your help. In Advance!!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:44:42 GMT</pubDate>
    <dc:creator>Bluemoon</dc:creator>
    <dc:date>2024-11-16T04:44:42Z</dc:date>
    <item>
      <title>Talend Cloud CI/CD issue, Specified workspace is not available for publish or not found!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376274#M146061</link>
      <description>&lt;P&gt;Usercase: Deploy a simple DI to Talend Cloud.&lt;/P&gt; 
&lt;P&gt;Preconfiguration Steps:&lt;/P&gt; 
&lt;P&gt;1. Build from git to Nexus is Succesfull.&lt;/P&gt; 
&lt;P&gt;2. Maven, Git, Java configured.&lt;/P&gt; 
&lt;P&gt;3. Executed below maven command&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Issue:&lt;/P&gt; 
&lt;PRE&gt;&lt;SPAN class="error-inline"&gt;[ERROR] Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project demo_di: Specified workspace is not available for publish or not found! -&amp;gt; [Help 1]&lt;/SPAN&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project demo_di: Specified workspace is not available for publish or not found!
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:212)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:369)
    at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: Specified workspace is not available for publish or not found!
    at org.talend.cloud.publisher.CloudPublisher.execute (CloudPublisher.java:299)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:212)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:369)
    at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your help. In Advance!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376274#M146061</guid>
      <dc:creator>Bluemoon</dc:creator>
      <dc:date>2024-11-16T04:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Cloud CI/CD issue, Specified workspace is not available for publish or not found!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376275#M146063</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKlaAAG"&gt;@Moe&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your setup looks good to me. Your error mentions a workspace not available. I see you haven't specified a workspace and/or environment. Normally in this case, it should publish to your default one.&lt;/P&gt; 
&lt;P&gt;However depending of the configuration of your workspaces and environments in TMC you might have to specify one explicitely.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You have these two parameters:&lt;/P&gt; 
&lt;PRE&gt;-Dcloud.publisher.environment=PROD
-Dcloud.publisher.workspace=CI_WORKSPACE&lt;/PRE&gt; 
&lt;P&gt;Also, verify the permissions you have with the user you use to publish. It needs to have the rights to publish to the workspace/env.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Thibaut&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376275#M146063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-09T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Cloud CI/CD issue, Specified workspace is not available for publish or not found!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376276#M146066</link>
      <description>&lt;P&gt;I have the same issue. I specified both env and workspace. But I still get the same error.&lt;BR /&gt;I have enabled debug to show that environment and workspace is set.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;withMaven(&lt;BR /&gt;// Maven installation declared in the Jenkins "Global Tool Configuration"&lt;BR /&gt;maven: 'M3',&lt;BR /&gt;// Maven settings.xml file defined with the Jenkins Config File Provider Plugin&lt;BR /&gt;// Maven settings and global settings can also be defined in Jenkins Global Tools Configuration&lt;BR /&gt;mavenSettingsConfig: 'maven-file-cloud',&lt;BR /&gt;mavenOpts: '-Dlicense.path=/ebs/talend/Talend721/license -Dupdatesite.path=${TALEND_CMDLINE_UPDATE_SITE} -Dservice.url=${CLOUD_URL} -Dcloud.publisher.screenshot=true -Dcloud.publisher.environment=DEV -Dcloud.publisher.workspace=CI_WORKSPACE -Xms1024m -Xmx4096m'&lt;BR /&gt;) {&lt;BR /&gt;&lt;BR /&gt;// Run the maven build&lt;BR /&gt;sh "mvn -X -f $PROJECT_GIT_NAME/poms/pom.xml -Pcloud-publisher clean deploy -fn -e -pl jobs/process${TYPE}/${ARTIFACT}_${VERSION} -am"&lt;BR /&gt;} &lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[DEBUG] Configuring mojo 'org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish' with basic configurator --&amp;gt;
[DEBUG]   (f) environment = DEV
[DEBUG]   (f) jobScreenshot = true
[DEBUG]   (f) serviceUrl = https://tmc.us.cloud.talend.com/inventory/
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@41394595
[DEBUG]   (f) workspace = CI_WORKSPACE
[DEBUG] -- end configuration --
[INFO] Cloud service: https://tmc.us.cloud.talend.com/inventory/
[INFO] Accelerate: false
[INFO] Auth method: BasicAuth
[INFO] RelativePath: process
[INFO] StartingDir: /var/lib/jenkins/workspace/Talend_Pipeline_721/EDWIN_TALEND_CICD_TEST/process
[INFO] DefaultContext: dev
[INFO] JobType: standard
[INFO] Artifact id: StdDemoJob
[INFO] Artifact groupId: 
[INFO] The latest published version is: null
[INFO] Publish version: 0.1.0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EDWIN_TALEND_CICD_TEST Codes Master 0.1.0-SNAPSHOT . SUCCESS [ 43.093 s]
[INFO] EDWIN_TALEND_CICD_TEST Routines 0.1.0-SNAPSHOT ..... SUCCESS [  1.949 s]
[INFO] EDWIN_TALEND_CICD_TEST StdDemoJob-0.1.0 (0.1,Job Designs) 0.1.0 FAILURE [  3.281 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  48.543 s
[INFO] Finished at: 2019-10-04T11:23:36-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /var/lib/jenkins/workspace/Talend_Pipeline_721@tmp/withMavenea2e712f/maven-spy-20191004-112247-7205312449277920726560.log
[ERROR] Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project StdDemoJob: Specified workspace is not available for publish or not found! -&amp;gt; [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:cloudpublisher-maven-plugin:7.2.1:publish (default) on project StdDemoJob: Specified workspace is not available for publish or not found!
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Specified workspace is not available for publish or not found!
    at org.talend.cloud.publisher.CloudPublisher.execute (CloudPublisher.java:299)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 16:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376276#M146066</guid>
      <dc:creator>AnandK1</dc:creator>
      <dc:date>2019-10-04T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Cloud CI/CD issue, Specified workspace is not available for publish or not found!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376277#M146067</link>
      <description>&lt;P&gt;I have found 2 issue while publishing to cloud&lt;/P&gt;&lt;P&gt;1. It is unable to publish it to Default workspace.&lt;/P&gt;&lt;P&gt;2. It is case-sensitive&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 03:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Cloud-CI-CD-issue-Specified-workspace-is-not-available/m-p/2376277#M146067</guid>
      <dc:creator>Bluemoon</dc:creator>
      <dc:date>2019-10-06T03:22:52Z</dc:date>
    </item>
  </channel>
</rss>

