Update Jenkinsfile

This commit is contained in:
simon987 2019-12-03 10:27:57 -05:00 committed by GitHub
parent bd029078bc
commit f3e432ef68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
jenkins/Jenkinsfile vendored
View File

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