Skip to content

Commit 422cc3b

Browse files
authored
Update Jenkinsfile
1 parent 9d70a5f commit 422cc3b

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
@@ -46,7 +46,7 @@ pipeline
4646
{
4747
sshagent(['1c2cd426-df8d-42a3-abc7-9a4e02fa8f81'])
4848
{
49-
scp -o strictHostKeyChecking=no */target/webapp.war ec2-user@172.31.28.47:/var/lib/tomcat/webapps
49+
scp -o 'StrictHostKeyChecking=no */target/webapp.war [email protected]:/var/lib/tomcat/webapps'
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)