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

This commit is contained in:
2026-05-06 21:38:47 +10:00
parent a4e111f785
commit e19f9972e0
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('Checking the Repository') {
stage('Checking the dev branch on linux repository') {
steps {
script { // <--- Added script block
if (isUnix()) {