Revert file on error

This commit is contained in:
2019-09-24 22:08:05 -04:00
parent 0af56e8306
commit ffd540e157
3 changed files with 26 additions and 4 deletions

1
jenkins/Jenkinsfile vendored
View File

@@ -5,6 +5,7 @@ remote.user = env.DEPLOY_USER
remote.identityFile = '/var/lib/jenkins/.ssh/id_rsa'
remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
remote.allowAnyHosts = true
remote.port = 2299
logLevel = 'FINER'
pipeline {