Update Jenkinsfile

This commit is contained in:
Kaveri Reddy 2024-12-10 23:50:11 +05:30 committed by GitHub
parent 6367f5fef9
commit 2cc6c1025b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
steps { steps {
script { script {
echo "Building" echo "Building"
bat "docker build -t ex1:latest ." bat "docker build -t ex9:latest ."
} }
} }
} }
@ -13,7 +13,7 @@ pipeline {
steps { steps {
script { script {
echo "runnig" echo "runnig"
bat "docker run -dp 127.0.0.1:3000:3000 ex1" bat "docker run -dp 127.0.0.1:3000:3000 ex9"
} }
} }
} }