Skip to content

Commit f70d58c

Browse files
authored
Update Jenkinsfile
1 parent 4cf849e commit f70d58c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pipeline {
3232
sshagent(['sshkeypair']) {
3333
//chnage the private ip in below code
3434
// sh "docker run -itd --name My-first-containe2111 -p 8083:80 akshu20791/2febimg:v1"
35-
sh "ssh -o StrictHostKeyChecking=no ubuntu@172.31.12.187 ${dockerrm}"
36-
sh "ssh -o StrictHostKeyChecking=no ubuntu@172.31.12.187 ${dockerCmd}"
35+
sh "ssh -o StrictHostKeyChecking=no ubuntu@172.31.2.113 ${dockerrm}"
36+
sh "ssh -o StrictHostKeyChecking=no ubuntu@172.31.2.113 ${dockerCmd}"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)