From 89a88148a27946bb5deebf03d3b2a59e50004941 Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Thu, 12 Feb 2026 15:42:52 +0200 Subject: [PATCH] upd6 --- project2/jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/jenkinsfile b/project2/jenkinsfile index 8aab0a2..c67c135 100644 --- a/project2/jenkinsfile +++ b/project2/jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { echo "Verificăm sintaxa Python..." - sh 'docker run --rm python:3.9-slim python -m py_compile project2/famousquotes.py' + sh 'docker run --rm python:3.9-slim python -m py_compile famousquotes.py' } } }