This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -98,7 +98,7 @@ pipeline {
|
||||
script {
|
||||
sh 'docker stop kiz-shop || true'
|
||||
sh 'docker rm -f kiz-shop || true'
|
||||
sh 'docker run -d -p 8090:8090 --name kiz-shop ' + imagename
|
||||
sh 'docker run -d -p 60000:8083 --name kiz-shop ' + imagename
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
||||
Reference in New Issue
Block a user