Unverified Commit 0c29e660 authored by nasirhm's avatar nasirhm

🔧 👷

Signed-off-by: 's avatarnasirhm <nasirhussainm14@gmail.com>
parent 29e1ef33
...@@ -9,7 +9,7 @@ pipeline { ...@@ -9,7 +9,7 @@ pipeline {
} }
stage('Run Docker Container on Jenkins Agent') { stage('Run Docker Container on Jenkins Agent') {
steps { steps {
sh 'docker run -d -p 80:80 my-application' sh 'docker run --name my-application -d -p 80:80 my-application'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment