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.
Jenkinsで機能テストを実行し、テスト結果を生成する仕事をしています。結果が得られたら、svnからJavaプログラムをトリガーする新しいジョブを実行する必要があります。プログラムが更新したテスト結果は、バグ追跡の日付ベースになります。私の質問は、JavaプログラムをトリガーするJenkinsで新しいジョブを設定する方法です。親切なスクリプトが必要ですか?すべての提案を歓迎します。どうも
コンパイルを行うジョブの場合と同じように、svnからデータをチェックアウトするジョブを作成します。
次に、Excecute Windowsバッチコマンドを作成するか、シェルビルドステップを実行します。このコマンドを実行して、Javaプログラムを実行しますjava -jar ...。
java -jar ...