Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -38,8 +38,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sshagent(['ec2-server-key']) {
|
sshagent(['ec2-server-key']) {
|
||||||
sh "chmod -x test.sh"
|
sh "bash ./test.sh"
|
||||||
sh "./test.sh"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user