Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
basil1987 committed Nov 4, 2019
1 parent e83a20a commit 4531ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {

stage('Copy_to_devmachine') {
steps {
sh 'scp target/*.jar -o StrictHostKeyChecking=no [email protected]:/home/ubuntu'
sh 'scp -o StrictHostKeyChecking=no target/*.jar [email protected]:/home/ubuntu'
}
}

Expand Down

0 comments on commit 4531ac2

Please sign in to comment.