test
All checks were successful
andreas-personal/AndysAdguardHomeBlockList/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:23:50 +02:00
parent 3c3e55e5a5
commit c4a0f24a50

1
Jenkinsfile vendored
View File

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