mirror of
https://github.com/docker/getting-started-app.git
synced 2024-12-22 23:30:50 -05:00
Update Jenkinsfile
This commit is contained in:
parent
6367f5fef9
commit
2cc6c1025b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
echo "Building"
|
||||
bat "docker build -t ex1:latest ."
|
||||
bat "docker build -t ex9:latest ."
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -13,7 +13,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
echo "runnig"
|
||||
bat "docker run -dp 127.0.0.1:3000:3000 ex1"
|
||||
bat "docker run -dp 127.0.0.1:3000:3000 ex9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user