Teamcity SSH Upload Build step can not find artifacts of dependency build
I have two build jobs.Job Build
and Job Deployment
.
Job Deployment
depends on the artifacts of Job Build
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
When I execute the build chain the SSH Upload
Build Step failed
Can anybody tell me how to point to the artifact path?
teamcity
add a comment |
I have two build jobs.Job Build
and Job Deployment
.
Job Deployment
depends on the artifacts of Job Build
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
When I execute the build chain the SSH Upload
Build Step failed
Can anybody tell me how to point to the artifact path?
teamcity
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? Acommand line build step
which will executels %working_dir%
?
– xetra11
Nov 16 '18 at 14:00
yes. alsols coopr-hq-artifacts
dir
– Senior Pomidor
Nov 16 '18 at 18:41
add a comment |
I have two build jobs.Job Build
and Job Deployment
.
Job Deployment
depends on the artifacts of Job Build
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
When I execute the build chain the SSH Upload
Build Step failed
Can anybody tell me how to point to the artifact path?
teamcity
I have two build jobs.Job Build
and Job Deployment
.
Job Deployment
depends on the artifacts of Job Build
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
When I execute the build chain the SSH Upload
Build Step failed
Can anybody tell me how to point to the artifact path?
teamcity
teamcity
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? Acommand line build step
which will executels %working_dir%
?
– xetra11
Nov 16 '18 at 14:00
yes. alsols coopr-hq-artifacts
dir
– Senior Pomidor
Nov 16 '18 at 18:41
add a comment |
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? Acommand line build step
which will executels %working_dir%
?
– xetra11
Nov 16 '18 at 14:00
yes. alsols 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
add a comment |
1 Answer
1
active
oldest
votes
- Please check your TC agent or remote host if this *.jar exists there first.
- 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).
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
- Please check your TC agent or remote host if this *.jar exists there first.
- 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).
add a comment |
- Please check your TC agent or remote host if this *.jar exists there first.
- 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).
add a comment |
- Please check your TC agent or remote host if this *.jar exists there first.
- 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).
- Please check your TC agent or remote host if this *.jar exists there first.
- 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).
answered Nov 17 '18 at 0:10
Tomka KoliadaTomka Koliada
1,1521728
1,1521728
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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 executels %working_dir%
?– xetra11
Nov 16 '18 at 14:00
yes. also
ls coopr-hq-artifacts
dir– Senior Pomidor
Nov 16 '18 at 18:41