We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4bc83 commit a7e4926Copy full SHA for a7e4926
src/main/resources/com/amazonaws/codedeploy/AWSCodeDeployPublisher/config.jelly
@@ -45,7 +45,7 @@
45
46
<f:radioBlock title="Deploy" name="deploymentMethod" value="deploy" checked="${instance.getDeploymentMethod() == 'deploy'}" inline="true">
47
<f:description>
48
- If it's selected, the plugin will only generate the revision and will deploy.
+ If it's selected, the plugin will generate the revision and will deploy.
49
</f:description>
50
<f:optionalBlock title="Wait for deployment to finish?" field="waitForCompletion" checked="${instance.getWaitForCompletion()}" inline="true">
51
<f:entry title="Polling Timeout (s)" field="pollingTimeoutSec">
0 commit comments