updating Jenkinsfile
HomeLab/Gitea HomeLab/pipeline/head This commit looks good

This commit is contained in:
2026-05-06 21:40:30 +10:00
parent bcd4d49fb0
commit e60d619f0b
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"