Added Gradle (To Auto Install Node + NPM)

This commit is contained in:
2024-04-16 05:47:51 +02:00
parent bb927eddf9
commit dd204a5ed2
9 changed files with 412 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -57,8 +57,9 @@ pipeline {
branch 'main'
}
steps {
sh 'mkdir -p out'
sh 'npm run compile'
withGradle {
sh './gradlew :compileAdblockList'
}
sh '''
git add out/andysadguardhomeblocklist.txt
git commit -m "Update Compiled Adblock List"