jenkinsci / jenkinsci/java-client-api
Job.build(params) method should return the build number of the triggered jenkins job build.
オープン
- 主要言語
- Java
- スター
- 913
- フォーク
- 466
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Is there any way in which I can get the build number of the job build triggered by the **job.build(params)** call?
I need to know exactly the build number in order to check the build state and I cannot rely on job.details().getLastBuild().getNumber because someone might trigger the build for the same job in the same time.
コントリビューションガイド
調査の方向性
Start by tracing the job.build(params) call and reviewing how job.details().getLastBuild().getNumber is currently used. Done means the build triggered by the call can be identified reliably, including when concurrent builds are started, so its state can be checked without relying on the latest build.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100