を通じてジェンキンスメトリックデータを取得します。私はジェンキンで自分の仕事のためのデータを取得するためにWeb APIを使用しています。しかし、$JenkinsUrl/metrics/APIkey
を呼び出すことはどこも私を導いていません。どのように私は情報を達成することができますか?私はジェンキンスメトリックプラグインのAPI呼び出しによって構築し、それぞれのタイムラインの情報を必要とするAPI呼び出し</p> <p><a href="https://i.stack.imgur.com/jUZEi.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/jUZEi.png" alt="What I need with the API call"></a></p> <p>に必要なものAPI
答えて
各ビルド(キュー時間、ビルド時間、合計時間)のタイムライン情報の3つのビットはすべて、 "get build" APIで利用できます。
「キューで待機している8.1秒」などの画面で、ページフッターの「REST API」リンクをクリックしてから「JSON API」をクリックし、結果のAPI URLの末尾に&depth=2
を追加します。
注:API jsonの特定の値を検索している場合、時間はミリ秒で表示されます。 jsonを解析した後、ビルド時間は "duration"プロパティの下にあり、残りの2つは "actions"プロパティの下の配列にあります。私にとって、それは、配列の3番目の要素だったが、それは(_class「jenkins.metrics.impl.TimeInQueueAction」と1見つける。)変わることがあります。
{
"_class": "jenkins.metrics.impl.TimeInQueueAction",
"queuingDurationMillis": 16,
"totalDurationMillis": 4365
}
はので、私の例では、ビルド時間は4349でしたキュー時間は16であり、合計時間は4349 + 16 = 4365ミリ秒でした。
代わりにURLの最後に&depth=2
を追加するのは、URLにこれを追加することにより、あなたが望む正確に三つの値を取得することができるかもしれない。より正確に&tree=duration,actions[queuingDurationMillis,totalDurationMillis]
これはまさに私が探していたものです。しかし、私はここで質問をした後、上記の説明をいくつかのスレッドで見つけましたが、ビルド時間を見つける方法はわかりませんでした。これは私の仕事を完成させます。十分に感謝することはできません:) – imujjwalanand
- 1. Webフォームアプリケーションasp.netで最高の呼び出しWeb APIを私はこの <a href="https://i.stack.imgur.com/QvIRY.png" rel="nofollow"><img src="https://i.stack.imgur.com/QvIRY.png" alt="enter image description here"></a></p> <p>やコントローラなどのWeb APIを作成した#
- 2. VSTSノードAPI - 、特に<a href="https://github.com/Microsoft/vsts-node-api/blob/master/api/IdentitiesApi.ts" rel="nofollow noreferrer">Identities API</a> - 私は<a href="https://github.com/Microsoft/vsts-node-api/" rel="nofollow noreferrer">VSTS Node Api</a>といくつかの問題を抱えているアイデンティティAPI
- 3. どのモジュールがエフェクトに使用されていますか?モジュールが必要とされている</p> <p><img src="https://i.stack.imgur.com/rm5iu.png" alt="alt text"></p> <p>:<a href="http://acquiaprosper.fusiondrupalthemes.com/" rel="nofollow noreferrer">http://acquiaprosper.fusiondrupalthemes.com/</a>で
- 4. リストビューのスクロールが</p> <p><a href="https://i.stack.imgur.com/hXZbo.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/hXZbo.png" alt="Layout ss"></a></p> <p>マイレイアウト
- 5. パイソン:NameError「」は今...</p> <p><a href="https://i.stack.imgur.com/tryyh.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/tryyh.png" alt="Desired output"></a></p> <p>を
- 6. Akkaの俳優システムでtell()はどのように機能しますか?ドキュメント<a href="http://doc.akka.io/api/akka/2.4/#akka.actor.Actor" rel="nofollow noreferrer">here</a>と<a href="http://doc.akka.io/api/akka/2.4/#akka.actor.ActorRef" rel="nofollow noreferrer">here</a></p> <p>を見
- 7. jQueryのFlot.js:</p> <p><a href="https://i.stack.imgur.com/DdqPc.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/DdqPc.png" alt="enter image description here"></a></p> <p>:
- 8. 助言:ドラッグドロップは、私が<a href="http://scratch.mit.edu/" rel="nofollow noreferrer">MIT's Scratch</a></p> <p><img src="https://i.stack.imgur.com/h7MIQ.gif" alt="enter image description here"></p> <p>のように動作し、iPhoneやiPadのアプリを構築したい
- 9. 方法1個のドッカーコンテナが、私は私のローカルWeb APIの今</li> </ol> <p>のWeb APIを呼び出すウェブAPI</li> <li>Aコンソールアプリケーションは、2つのドッカーコンテナ</p> <ol> <li>を持つ別のドッカーコンテナ
- 10. 私が欲しいもの</p> <p><a href="https://i.stack.imgur.com/8TH6m.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8TH6m.png" alt="enter image description here"></a></p> <p>以下のように私は、グラフのネットワークを持っているCYPHER(のNeo4j)
- 11. <a href="https://developer.github.com/v3/repos/" rel="nofollow">GitHub repository API</a>に見るとGitHubのRESTのAPI
- 12. この<a href="http://www.programcreek.com/java-api-examples/index.php?api=android.security.keystore.KeyProperties" rel="nofollow">sample</a>によるAndroidKeyStore
- 13. は、それは私がリンク <a href="https://www.twilio.com/docs/api/voice/making-calls" rel="nofollow noreferrer">https://www.twilio.com/docs/api/voice/making-calls</a></p> <p>から次のコードで番号を呼び出すことができる午前次のコード
- 14. VS 2017 + Xamarin:</p> <p><a href="https://i.stack.imgur.com/l7igd.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/l7igd.png" alt="enter image description here"></a></p> <p>私は再びしようとしている:インポートされたプロジェクトは
- 15. Textbelt SMSのAPI - インポッシブル私は "Textbelt" API(<a href="https://github.com/typpo/textbelt" rel="nofollow noreferrer">https://github.com/typpo/textbelt</a>と<a href="http://textbelt.com/" rel="nofollow noreferrer">http://textbelt.com/</a>の詳細情報)にSMSの感謝を送りたいSMS
- 16. ウルフラムアルファのAPIラッパーは、それがVB.NETで書かれており、バージョン1.0のために書かれていますしかし、私はこの場所</p> <p><a href="http://products.wolframalpha.com/api/libraries.html" rel="nofollow">http://products.wolframalpha.com/api/libraries.html</a></p> <p>で.NETのウルフラムアルファのAPIのラッパーを使用しているC#
- 17. は、私はマーケティングが許可されている顧客を返す必要が</p> <p><a href="https://i.stack.imgur.com/kmPAt.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/kmPAt.png" alt="enter image description here"></a></p> <p>(スクリーンショットを参照)、ビット値= 1
- 18. これまでのところ、次の私はD3</p> <p><a href="https://i.stack.imgur.com/j8xLX.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/j8xLX.jpg" alt="enter image description here"></a></p> <p>で、次の再作成しようとしている
- 19. は、私が<a href="https://console.developers.google.com/apis/api/plus/overview?project=store-client-ids" rel="nofollow noreferrer">API Manager</a>でGoogle+ APIを有効にしようとしている
- 20. YouTubeのAPI v3は私が<code>Await listRequest.ExecuteAsync()</code>を呼び出すときしかし、私はこのエラーメッセージと例外を取得しています、私のすべての<strong><a href="https://www.youtube.com/subscription_manager" rel="nofollow noreferrer">subscriptions</a></strong>を含むリストを取得しようとしている
- 21. 私は、次の必要とする<a href="https://www.freecodecamp.com" rel="nofollow">FCC</a>でJavaScript
- 22. 私は以下のように必要な出力をしたい、次の入力</p> <pre><code>I/O 1< img > '< input > I/O 1<' img > '< input > </code></pre> <p>ためのPython
- 23. はここ <a href="https://i.stack.imgur.com/m7BEK.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/m7BEK.jpg" alt=""></a></p> <p>
- 24. <a href="https://developer.xamarin.com/api/type/Xamarin.Forms.WebView/" rel="nofollow">this example</a>をテストしようとすると、Xamarin
- 25. は、どのように私は</p> <p><a href="https://i.stack.imgur.com/KT0Gg.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/KT0Gg.png" alt=""></a></p> <p>...私はsuccessfuly condaインストールを使用してcsvkitをインストールした
- 26. iOSの<a href="http://developer.apple.com/library/ios/navigation/" rel="nofollow">API</a>でのiOS API
- 27. 2017年に、ATS設定に関してHTTPSを使用しないLAN要求をどのように処理する必要がありますか?</p> <p><a href="https://i.stack.imgur.com/Iq5tl.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Iq5tl.png" alt="ATS settings"></a></p> <p>も参照してください:
- 28. 奇妙なタブの挙動、私tabLayoutはこの奇妙な振る舞い</p> <p><a href="https://i.stack.imgur.com/IreYZ.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/IreYZ.gif" alt="Strange tab data"></a></p> <p>を展示している
- 29. Reduxのは <p><a href="https://i.stack.imgur.com/tvhP3.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/tvhP3.png" alt="Component Heirarchy"></a></p> </p><p>Iは、以下の単純化された成分の構造を有するコンポーネント間通信
- 30. Talendの使用トレストは <a href="https://i.stack.imgur.com/JzHkl.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/JzHkl.png" alt="enter image description here"></a></p> <p>を次のように私はこの最初のREST呼び出しレポート の一意のIDを取得するためのAPIを使用してトレストコンポーネント呼び出しが表現されてきた私が使用する必要がある別のトレストに
、仕事のために各ビルドをターゲットにする方法と、データを取得しますか?私が今知っている唯一のAPI呼び出しは '$ JENKINS_URL/metrics/$ METRICS_API_KEY'ですが、このターゲットを特定のビルドにしてタイムライン情報を得る方法を見つけることができません。 – imujjwalanand