Skip to content

Commit

Permalink
feat(titus): expose retries for run job stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Apr 6, 2017
1 parent 68858f3 commit f101622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/modules/core/help/helpContents.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -56,6 +56,10 @@
<input type="number" class="form-control input-sm" name="runtimeLimitSecs" ng-model="stage.cluster.runtimeLimitSecs" min="1" required/>
</stage-config-field>

<stage-config-field label="Retries" help-key="titus.deploy.retries">
<input type="number" class="form-control input-sm" name="retries" ng-model="stage.cluster.retries" min="0" required/>
</stage-config-field>

<stage-config-field label="Property File" help-key="titus.deploy.propertyFile">
<input type="text" class="form-control input-sm" name="propertyFile" ng-model="stage.propertyFile"/>
</stage-config-field>
Expand Down

0 comments on commit f101622

Please sign in to comment.