This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:53:35 +02:00
parent 464d267ea4
commit 9e874e259d

View File

@@ -2,6 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Debug Path') { stage('Debug Path') {
steps { steps {
sh 'echo "Suntem in folderul:" && pwd' sh 'echo "Suntem in folderul:" && pwd'