We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2841d commit d151aebCopy full SHA for d151aeb
Jenkinsfile
@@ -15,7 +15,6 @@ pipeline{
15
stage("deploy-dev"){
16
steps{
17
sshagent(['3.87.15.40']) {
18
- // some block
19
sh """
20
scp -o StrictHostKeyChecking=no target/myweb.war
21
ubuntu@3.87.15.40:/opt/tomcat/webapps/
0 commit comments