Merging tst to main #2

Merged
cristiano merged 4 commits from tst into main 2026-05-02 17:04:12 +10:00
2 changed files with 1 additions and 17 deletions
Showing only changes of commit bcd4d49fb0 - Show all commits
-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'
}
}
}
}
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
search niascom.net
nameserver 192.168.20.1
nameserver 192.168.20.2