We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b2332 commit 091197fCopy full SHA for 091197f
Jenkinsfile
@@ -13,7 +13,7 @@ pipeline{
13
}
14
stage("deploy-dev"){
15
steps{
16
- sshagentsshagent(['3.82.186.105']) {
+ sshagent(['3.82.186.105']) {
17
sh """
18
scp -o StrictHostKeyChecking=no target/*.war
19
ubuntu@3.82.186.105:/opt/tomcat/webapps/
0 commit comments