Teamcity SSH Upload Build step can not find artifacts of dependency build










0















I have two build jobs.
Job Build and Job Deployment.



Job Deployment depends on the artifacts of Job Build



enter image description here



When Job Build ran the artifacts are available. Now I want to use the SSH Upload Build Step for Job Deployment. It asks for the sources to be deployed.



I give the following path



enter image description here



When I execute the build chain the SSH Upload Build Step failed



enter image description here



Can anybody tell me how to point to the artifact path?










share|improve this question



















  • 1





    create a buid step and lists all files in working_dir.

    – Senior Pomidor
    Nov 16 '18 at 11:48











  • could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

    – xetra11
    Nov 16 '18 at 14:00












  • yes. also ls coopr-hq-artifacts dir

    – Senior Pomidor
    Nov 16 '18 at 18:41















0















I have two build jobs.
Job Build and Job Deployment.



Job Deployment depends on the artifacts of Job Build



enter image description here



When Job Build ran the artifacts are available. Now I want to use the SSH Upload Build Step for Job Deployment. It asks for the sources to be deployed.



I give the following path



enter image description here



When I execute the build chain the SSH Upload Build Step failed



enter image description here



Can anybody tell me how to point to the artifact path?










share|improve this question



















  • 1





    create a buid step and lists all files in working_dir.

    – Senior Pomidor
    Nov 16 '18 at 11:48











  • could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

    – xetra11
    Nov 16 '18 at 14:00












  • yes. also ls coopr-hq-artifacts dir

    – Senior Pomidor
    Nov 16 '18 at 18:41













0












0








0


1






I have two build jobs.
Job Build and Job Deployment.



Job Deployment depends on the artifacts of Job Build



enter image description here



When Job Build ran the artifacts are available. Now I want to use the SSH Upload Build Step for Job Deployment. It asks for the sources to be deployed.



I give the following path



enter image description here



When I execute the build chain the SSH Upload Build Step failed



enter image description here



Can anybody tell me how to point to the artifact path?










share|improve this question
















I have two build jobs.
Job Build and Job Deployment.



Job Deployment depends on the artifacts of Job Build



enter image description here



When Job Build ran the artifacts are available. Now I want to use the SSH Upload Build Step for Job Deployment. It asks for the sources to be deployed.



I give the following path



enter image description here



When I execute the build chain the SSH Upload Build Step failed



enter image description here



Can anybody tell me how to point to the artifact path?







teamcity






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 16 '18 at 7:43







xetra11

















asked Nov 16 '18 at 1:12









xetra11xetra11

80311443




80311443







  • 1





    create a buid step and lists all files in working_dir.

    – Senior Pomidor
    Nov 16 '18 at 11:48











  • could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

    – xetra11
    Nov 16 '18 at 14:00












  • yes. also ls coopr-hq-artifacts dir

    – Senior Pomidor
    Nov 16 '18 at 18:41












  • 1





    create a buid step and lists all files in working_dir.

    – Senior Pomidor
    Nov 16 '18 at 11:48











  • could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

    – xetra11
    Nov 16 '18 at 14:00












  • yes. also ls coopr-hq-artifacts dir

    – Senior Pomidor
    Nov 16 '18 at 18:41







1




1





create a buid step and lists all files in working_dir.

– Senior Pomidor
Nov 16 '18 at 11:48





create a buid step and lists all files in working_dir.

– Senior Pomidor
Nov 16 '18 at 11:48













could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

– xetra11
Nov 16 '18 at 14:00






could you provide more information? What kind of build step should I define? A command line build step which will execute ls %working_dir% ?

– xetra11
Nov 16 '18 at 14:00














yes. also ls coopr-hq-artifacts dir

– Senior Pomidor
Nov 16 '18 at 18:41





yes. also ls coopr-hq-artifacts dir

– Senior Pomidor
Nov 16 '18 at 18:41












1 Answer
1






active

oldest

votes


















0














  1. Please check your TC agent or remote host if this *.jar exists there first.

  2. If yes - check the artifacts path and follow documentation:
    https://confluence.jetbrains.com/display/TCD3/Build+Artifact

Sometimes when you have a pool with more than 2 TC agents - another TC agent can run Job Deployment step - verify that you build from the same chain and on the same agent (go to agent directory and check work folder).






share|improve this answer






















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53330079%2fteamcity-ssh-upload-build-step-can-not-find-artifacts-of-dependency-build%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    1. Please check your TC agent or remote host if this *.jar exists there first.

    2. If yes - check the artifacts path and follow documentation:
      https://confluence.jetbrains.com/display/TCD3/Build+Artifact

    Sometimes when you have a pool with more than 2 TC agents - another TC agent can run Job Deployment step - verify that you build from the same chain and on the same agent (go to agent directory and check work folder).






    share|improve this answer



























      0














      1. Please check your TC agent or remote host if this *.jar exists there first.

      2. If yes - check the artifacts path and follow documentation:
        https://confluence.jetbrains.com/display/TCD3/Build+Artifact

      Sometimes when you have a pool with more than 2 TC agents - another TC agent can run Job Deployment step - verify that you build from the same chain and on the same agent (go to agent directory and check work folder).






      share|improve this answer

























        0












        0








        0







        1. Please check your TC agent or remote host if this *.jar exists there first.

        2. If yes - check the artifacts path and follow documentation:
          https://confluence.jetbrains.com/display/TCD3/Build+Artifact

        Sometimes when you have a pool with more than 2 TC agents - another TC agent can run Job Deployment step - verify that you build from the same chain and on the same agent (go to agent directory and check work folder).






        share|improve this answer













        1. Please check your TC agent or remote host if this *.jar exists there first.

        2. If yes - check the artifacts path and follow documentation:
          https://confluence.jetbrains.com/display/TCD3/Build+Artifact

        Sometimes when you have a pool with more than 2 TC agents - another TC agent can run Job Deployment step - verify that you build from the same chain and on the same agent (go to agent directory and check work folder).







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 17 '18 at 0:10









        Tomka KoliadaTomka Koliada

        1,1521728




        1,1521728





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53330079%2fteamcity-ssh-upload-build-step-can-not-find-artifacts-of-dependency-build%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Top Tejano songwriter Luis Silva dead of heart attack at 64

            ReactJS Fetched API data displays live - need Data displayed static

            政党