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' - } - } - } - } - } -} diff --git a/etc/resolv.conf b/etc/resolv.conf index a0362e2..57cde5d 100644 --- a/etc/resolv.conf +++ b/etc/resolv.conf @@ -1,3 +1,3 @@ search niascom.net nameserver 192.168.20.1 - +nameserver 192.168.20.2