Skip to content

Commit 515bc21

Browse files
committed
Hitting java.lang.NumberFormatException: For input string: ""
1 parent 9809b49 commit 515bc21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
minikube ip | sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1.1/' -->
4545
<connectorHost />
4646
<jenkins.host.address />
47-
<port/>
4847
<slaveAgentPort />
4948
<jenkins.version>2.361.4</jenkins.version>
5049
<no-test-jar>false</no-test-jar>
@@ -275,7 +274,6 @@
275274
<!-- have pods connect to this address for Jenkins -->
276275
<jenkins.host.address>${jenkins.host.address}</jenkins.host.address>
277276
<slaveAgentPort>${slaveAgentPort}</slaveAgentPort>
278-
<port>${port}</port>
279277
</systemPropertyVariables>
280278
</configuration>
281279
</plugin>

0 commit comments

Comments
 (0)