Update Jenkinsfile

This commit is contained in:
simon987 2019-12-03 10:28:40 -05:00 committed by GitHub
parent 4a8a94a6f9
commit 6363bc6826
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 {