Skip to content

Commit d151aeb

Browse files
authored
Update Jenkinsfile
1 parent 4a2841d commit d151aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pipeline{
1515
stage("deploy-dev"){
1616
steps{
1717
sshagent(['3.87.15.40']) {
18-
// some block
1918
sh """
2019
scp -o StrictHostKeyChecking=no target/myweb.war
2120
ubuntu@3.87.15.40:/opt/tomcat/webapps/

0 commit comments

Comments
 (0)