We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41cd0de + 901a522 commit 1afb313Copy full SHA for 1afb313
src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly
@@ -48,7 +48,7 @@
48
<f:entry title="${%Mesos Offer Selection Attributes}">
49
<f:textbox field="slaveAttributes" value="${slaveInfo.slaveAttributes}"/>
50
</f:entry>
51
- <f:entry title="${%Additional Jekins Slave Agent JVM arguments}" field="jvmArgs">
+ <f:entry title="${%Additional Jenkins Slave Agent JVM arguments}" field="jvmArgs">
52
<f:textbox field="jvmArgs" default="-Xms16m -XX:+UseConcMarkSweepGC -Djava.net.preferIPv4Stack=true" value="${slaveInfo.jvmArgs}"/>
53
54
<f:entry>
@@ -76,4 +76,4 @@
76
</f:advanced>
77
78
<f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="master,nativeLibraryPath"/>
79
-</j:jelly>
+</j:jelly>
0 commit comments