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 { pipeline {
agent any agent any
stages { stages {
stage('Test') { stage('Checking tst branch on linux repository') {
steps { steps {
script { // <--- Added script block script { // <--- Added script block
if (isUnix()) { if (isUnix()) {
echo "Unix" echo "Unix"
echo "tst"
sh 'ls -lha' sh 'ls -lha'
} else { } else {
echo "Windows" echo "Windows"