From 3cf318dfac5c6a0ca51dc7770dc2fe95b7d820a6 Mon Sep 17 00:00:00 2001 From: cristiano Date: Sat, 2 May 2026 16:27:43 +1000 Subject: [PATCH] removing jenkins.old --- Jenkinsfile.old | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Jenkinsfile.old diff --git a/Jenkinsfile.old b/Jenkinsfile.old deleted file mode 100644 index 2004c6b..0000000 --- a/Jenkinsfile.old +++ /dev/null @@ -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' - } - } - } - } - } -}