OP#563 add ls step

This commit is contained in:
2026-04-05 17:19:25 +02:00
parent e307d7a02e
commit b949a0a661

1
Jenkinsfile vendored
View File

@@ -32,6 +32,7 @@ pipeline {
git checkout -b jenkins-build-$BUILD_NUMBER git checkout -b jenkins-build-$BUILD_NUMBER
# Optionally merge master into jenkins to ensure compatibility # Optionally merge master into jenkins to ensure compatibility
git merge origin/master --no-ff || { echo "Merge conflict detected"; exit 1; } git merge origin/master --no-ff || { echo "Merge conflict detected"; exit 1; }
ls -alh .
''' '''
} }
} }