This commit is contained in:
Tomasz Ziętkiewicz 2019-04-26 01:56:56 +02:00
parent 467f40799b
commit d1d53e834d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'lsb_release -a'
sh 'make --version'
sh 'sclite --help'
}
}
}