Update Jenkinsfile

This commit is contained in:
2019-12-03 10:28:07 -05:00
committed by GitHub
parent f3e432ef68
commit 483fbc5ef4

2
jenkins/Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
remote.allowAnyHosts = true
remote.retryCount = 3
remote.retryWaitSec = 3
remote.port 2299
remote.port = 2299
logLevel = 'FINER'
pipeline {