test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:09:33 +02:00
parent 661ed10a0a
commit 5f0751ceb4

2
Jenkinsfile vendored
View File

@ -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']]