1 Commits

Author SHA1 Message Date
cristiano e60d619f0b updating Jenkinsfile
HomeLab/Gitea HomeLab/pipeline/head This commit looks good
2026-05-06 21:40:30 +10:00
Vendored
+2 -1
View File
@@ -1,11 +1,12 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Checking tst branch on linux repository') {
steps {
script { // <--- Added script block
if (isUnix()) {
echo "Unix"
echo "tst"
sh 'ls -lha'
} else {
echo "Windows"