Added Gradle (To Auto Install Node + NPM)
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user