Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-22 11:00:27 +00:00
parent f31394abe3
commit 0b043899f9
Vendored
+1 -1
View File
@@ -39,7 +39,7 @@ pipeline {
script { script {
sshagent(['ec2-server-key']) { sshagent(['ec2-server-key']) {
sh ".test.sh" sh "./test.sh"
} }
} }
} }