removing jenkins.old
HomeLab/Gitea HomeLab/pipeline/head This commit looks good

This commit is contained in:
2026-05-02 16:27:43 +10:00
parent cc7f429c35
commit 3cf318dfac
-16
View File
@@ -1,16 +0,0 @@
pipeline {
agent any
stages {
stage('Checkout') {
steps {
withCredentials([string(credentialsId: 'jenkins', variable: 'MY_TOKEN')]) {
if (isUnix()) {
sh 'git clone https://$MY_TOKEN@ggit.niascom.net/homelab/linux.gi'
} else {
bat 'git clone https://%MY_TOKEN%@git.niascom.net/homelab/linux.git'
}
}
}
}
}
}