Skip to content

Commit 091197f

Browse files
authored
Update Jenkinsfile
1 parent 52b2332 commit 091197f

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
@@ -13,7 +13,7 @@ pipeline{
1313
}
1414
stage("deploy-dev"){
1515
steps{
16-
sshagentsshagent(['3.82.186.105']) {
16+
sshagent(['3.82.186.105']) {
1717
sh """
1818
scp -o StrictHostKeyChecking=no target/*.war
1919
ubuntu@3.82.186.105:/opt/tomcat/webapps/

0 commit comments

Comments
 (0)