Fix to full size list
All checks were successful
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head This commit looks good
All checks were successful
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head This commit looks good
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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} .'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user