This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:48:47 +02:00
parent e08c486711
commit 464d267ea4

View File

@@ -2,6 +2,12 @@ pipeline {
agent any agent any
stages { stages {
stage('Debug Path') {
steps {
sh 'echo "Suntem in folderul:" && pwd'
sh 'echo "Continutul folderului este:" && ls -R'
}
}
stage('Lint Check') { stage('Lint Check') {
steps { steps {
script { script {