Fix a task chain bug

This commit is contained in:
simon987
2019-02-24 13:34:13 -05:00
parent ab040ae040
commit ce5344d9c7
4 changed files with 57 additions and 2 deletions

4
jenkins/Jenkinsfile vendored
View File

@@ -4,6 +4,10 @@ remote.host = 'localhost'
remote.user = 'simon'
remote.identityFile = '/var/lib/jenkins/.ssh/id_rsa'
remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
remote.allowAnyHosts = true
remote.retryCount = 3
remote.retryWaitSec = 3
logLevel = 'FINER'
pipeline {
agent none