0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[シリーズ 全3回] Jenkins の実行済み全ジョブのコンソールログを取得する

Posted at

概要

次のようなジョブ定義の構造になっている場合に、

job
|-- A
    |-- ジョブ1
    |-- ジョブ2
    |-- ジョブ3

ジョブ1」の実行済みの全ジョブのコンソールログを PlainText 形式で取得するまでの手順を記している.

コンテンツ 一言
[01] Jenkins API を使って全ジョブの URL を取得する Jenkins API操作
[02] Jenkins API を使って実行済みジョブのジョブ番号を取得する Jenkins API操作
[03] Jenkins の実行済み全ジョブのコンソールログを PlainText で取得する Jenkins API操作

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?