testing jenkinsfile
HomeLab/Gitea HomeLab/pipeline/head This commit looks good

This commit is contained in:
2026-05-02 14:16:52 +10:00
parent 7a105ae0ef
commit 1a92dcceaf
Vendored
+1
View File
@@ -6,6 +6,7 @@ pipeline {
script { // <--- Added script block
if (isUnix()) {
echo "Unix"
sh 'ls -lha'
} else {
echo "Windows"
}