Skip to content

Commit 5d58758

Browse files
Update Jenkinsfile
1 parent 0d73d28 commit 5d58758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
steps {
4646
echo 'Delivering artifact to remote server...'
4747
sshagent(['jenkinsAWSssh']) {
48-
sh 'scp -v ./target/*.jar ubuntu@enumerable-entity.link:/home/ubuntu/app/financy'
48+
sh 'scp -v -o "StrictHostKeyChecking=no" ./target/*.jar ubuntu@enumerable-entity.link:/home/ubuntu/app/financy'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)