アップストリーム プロジェクト A からアーティファクトを取得し、それをダウンストリーム プロジェクト B にコピーするビルド パイプラインを作成しました。システムにはすべてのビルド アーティファクトがアーカイブされていますが、何らかの理由で、Jenkins がそれらのファイルをビルドを実行しているディレクトリにロードしていません。 . シェル コマンドを実行しようとすると、以下のエラー メッセージが表示され続けます。私は放浪者でジェンキンスを実行しているので、これが何か関係があるかどうかはわかりませんが、誰かがこれに遭遇したかどうか興味がありました.
Building in workspace /var/lib/jenkins/jobs/tf-deploy/workspace
Promoting tf-deploy #43
[workspace] $ /bin/sh -xe /tmp/hudson7656233371468187886.sh
+ terraform show -module-depth=-1 tfplan
[31mError loading file: open tfplan: no such file or directory[0m[0m
failed build hudson.tasks.Shell@1310c10d SUCCESS
Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped
Finished: FAILURE