Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -30,7 +30,7 @@ pipeline {
|
|||||||
sh 'rm -fr ./_docker-runner'
|
sh 'rm -fr ./_docker-runner'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm rebuild'
|
sh 'npm rebuild'
|
||||||
sh 'npm install --quiet grunt-cli sqlite3'
|
sh 'npm install --quiet grunt-cli'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Compile and Test') {
|
stage('Compile and Test') {
|
||||||
|
|||||||
Reference in New Issue
Block a user