Jenkins file testing
This commit is contained in:
parent
1c9e261972
commit
58c96f3d11
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh "npm install"
|
||||
sh "apt-get install libnss3-dev"
|
||||
sh "sudo apt-get install libnss3-dev"
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
Reference in New Issue
Block a user