This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:44:12 +02:00
parent 89a88148a2
commit e08c486711

View File

@@ -14,7 +14,7 @@ pipeline {
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
script { script {
sh 'docker build -t famousquotes-app .' sh 'docker build -t quotes-app .'
} }
} }
} }