Test file structure
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
This commit is contained in:
parent
52bddefaae
commit
6fb435a914
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -17,6 +17,8 @@ pipeline {
|
|||||||
withGradle {
|
withGradle {
|
||||||
sh './gradlew :compileAdblockList'
|
sh './gradlew :compileAdblockList'
|
||||||
}
|
}
|
||||||
|
// List the contents of the out directory for debugging
|
||||||
|
sh 'ls -la out'
|
||||||
// Verify the file exists
|
// Verify the file exists
|
||||||
sh 'test -f out/andysadguardhomeblocklist.txt'
|
sh 'test -f out/andysadguardhomeblocklist.txt'
|
||||||
}
|
}
|
||||||
@ -36,6 +38,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
// List the contents of the out directory for debugging
|
||||||
|
sh 'ls -la out'
|
||||||
// Verify the file exists
|
// Verify the file exists
|
||||||
sh 'test -f out/andysadguardhomeblocklist.txt'
|
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} .'
|
sh 'docker build -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:dev-latest -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:${tag} .'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user