Skip to content

Commit

Permalink
trigger build on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstamp committed Jan 31, 2021
1 parent 35ddc8a commit 672cd7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion oscar.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 672cd7c

Please sign in to comment.