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
stages {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Debug Path') {
steps {
sh 'echo "Suntem in folderul:" && pwd'