我有一个ecloud程序,其中只有很少的步骤。我想根据步骤完成后的状态设置属性的值。 例如 程序P1 有步骤
S1 - Runs a command
S11 - Set a property value based on the status of S1
S2 - Runs a command
S12 - Set a property value based on the status of S2
赞赏任何指针。 如果我可以在同一步骤中设置S1和S2中的属性值,那么我不需要S11和S12
答案 0 :(得分:0)
我实现这一点的方法是检查S11中步骤S1的结果
S11将有一个运行条件$ [/ javascript('$ [/ myJob / jobSteps / S1 / outcome]'=='success')]
并在S11命令中我们可以设置属性ectool setProperty / myProject / TestProperties / S1成功