Jenkins Test 4
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 01:48:33 +02:00
parent f10e69cf83
commit b5860d867b

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
} }
steps { steps {
// sh 'npm run compile' // sh 'npm run compile'
sh 'echo "Compiling Adblock List...">test.txt' sh 'rm test.txt'
} }
} }
stage('git push') { stage('git push') {