diff --git a/Jenkinsfile b/Jenkinsfile index d035566..1465c5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { branches: [[name: 'main']], userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']] ]) + sh 'git checkout main' sh 'pwd' } }