diff --git a/oscar.Jenkinsfile b/oscar.Jenkinsfile index b60eb25..4f0b56e 100644 --- a/oscar.Jenkinsfile +++ b/oscar.Jenkinsfile @@ -18,7 +18,10 @@ node { allowAnyHosts: true ] stage('Transfer a file to oscar') { - writeFile file: 'hello.txt', text: 'Hello oscar!' + writeFile ( + file: 'hello.txt', + text: 'Hello oscar!' + ) sshPut remote: remote, from: 'hello.txt', into: '.' } stage('Run a command on oscar') {