p2
This commit is contained in:
@@ -6,7 +6,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
dir('project2') {
|
||||
sh "docker build -t quotes-app ."
|
||||
sh "docker build --no-cache -t quotes-app ."
|
||||
echo "🔍 Verificăm sintaxa codului..."
|
||||
sh "docker run --rm quotes-app python -m py_compile famousquotes.py"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user