問題タブ [jenkins-blueocean]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1177 参照

jenkins - Blue Ocean missing branch/commit info

I have a Pipeline job that has a parameter for the BRANCH_NAME to specify which branch to build from my bitbucket repo. I use this in the Branch Specifier as ${BRANCH_NAME} in the pipeline definition (Pipeline script from SCM).

The builds run fine, except that in the Blue Ocean UI it doesn't list the branch or commit info. Any way I can get this to appear?

enter image description here

0 投票する
1 に答える
662 参照

jenkins - Jenkins Blue OceanステージでGithubステータスチェックのカスタムURLを指定するには?

Jenkinsfile でステージを実行するときに、Github に報告される URL を変更できるようにしたいと考えています。デフォルトでは、Jenkins のビルドへの URL のように見えますが、その URL に のようなものを追加したいと思います/aSpecificReport.html

githubNotfiy プラグインを使用してこれを行うことができます。

しかし、githubNotifiy プラグインを使用せずに特定のステップでこれを行う方法はありますか?

参考までに、これは私が言及している「ステータスチェックリンク」です。

これは