首页 \ 问答 \ 如何通过命令创建/推荐ClearCase基线?(How to create/recommend ClearCase baseline via commands?)

如何通过命令创建/推荐ClearCase基线?(How to create/recommend ClearCase baseline via commands?)

Jenkins允许添加执行Windows批处理命令的构建步骤。 创建和推荐ClearCase基线的命令是什么?

该流只有一个组件。 基线应该采取所有活动,因此没有活动选择。

命令

cleartool mkbl -view myViewName "Test"  // created baseline Test.150

Jenkins allows to add a build step that executes Windows Batch Commands. What would be the commands to create and recommend a ClearCase baseline?

The stream has only one component. The baseline should take all activities, so no activity selection.

Commands

cleartool mkbl -view myViewName "Test"  // created baseline Test.150

原文:https://stackoverflow.com/questions/29239317
更新时间:2022-09-02 10:09

最满意答案

只需将类.all添加到要保留的表标题列。

<th class="all">
   Opciones
</th>

欲了解更多信息,请访问: https//www.datatables.net/extensions/responsive/examples/display-control/classes.html


Only add the class .all to the table header column that you want to persist.

<th class="all">
   Opciones
</th>

For more info see: https://www.datatables.net/extensions/responsive/examples/display-control/classes.html

相关问答

更多