diff --git a/Jenkinsfile b/Jenkinsfile index 6a18f07..92cb90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { branch 'main' } steps { - dir ('AndysAdguardHomeBlocklist') { + dir ('build-dir') { checkout poll: false, scm: scmGit([ branches: [[name: 'main']], userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']]