2 Commits

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