Jenkins file testing

This commit is contained in:
Dawid Majsnerowski 2019-11-19 18:00:01 +01:00
parent 1c9e261972
commit 58c96f3d11

2
Jenkinsfile vendored
View File

@ -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') {