Fix to full size list
All checks were successful
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head This commit looks good

This commit is contained in:
2024-08-07 16:00:05 +02:00
parent 3782dfda95
commit 94ddf144cf
2 changed files with 133 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -17,10 +17,6 @@ pipeline {
withGradle {
sh './gradlew :compileAdblockList'
}
// List the contents of the out directory for debugging
sh 'ls -la out'
// Verify the file exists
sh 'test -f out/andysadguardhomeblocklist.txt'
}
}
stage('Build/Push Docker Image') {
@ -35,10 +31,6 @@ pipeline {
stages {
stage('Build') {
steps {
// List the contents of the out directory for debugging
sh 'ls -la out'
// Verify the file exists
sh 'test -f out/andysadguardhomeblocklist.txt'
sh 'docker build -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:dev-latest -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:${tag} .'
}
}