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