Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ジョブ内の各ステップにかかる時間を調べることに興味があります。例: 私の仕事の 1 つは、csv チェックアウト、ant ビルドの実行、javadoc の公開、アーティファクトのアーカイブ、単体テストの実行などを実行します。それぞれにかかった時間を調べる方法はありますか?
使用されている build.xml に既にタイムスタンプを追加しましたが、他のジョブ タスクの期間 (またはタイムスタンプ) を調べる必要があります。
どんな助けでも大歓迎です。