Jenkins でジョブを作成しているときに、以下のエラーが発生します。ビューの開始中にエラーが発生します。したがって、エラーが発生しないように、開始する前にそのビューを作成する必要があることを知っています。
しかし、私のクエリは、Jenkins のどこにこれらのステップを追加して、開始前でも動的ビューを作成する必要があるのですか?
Building remotely on my_machine in workspace c:/hw/workspace/my_project_13.6
[my_project_13.6] $ cleartool startview username_my_machine_my_project_13.6
cleartool: Error: View tag not found: "username_my_machine_my_project_13.6".
FATAL: Base ClearCase failed. exit code=1
java.io.IOException: cleartool did not return the expected exit code. Command line="startview username_my_machine_my_project_13.6", actual exit code=1
at hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:120)
at hudson.plugins.clearcase.ClearToolExec.startView(ClearToolExec.java:913)
at hudson.plugins.clearcase.action.BaseDynamicCheckoutAction.startView(BaseDynamicCheckoutAction.java:115)