Updated JEnkinsfiel

This commit is contained in:
Tomasz Ziętkiewicz 2019-04-26 01:40:03 +02:00
parent c90157cab6
commit bbac99cfaf
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('Test') {
steps {
sh 'lsb_release -a'
sh 'make --version'
}
}
}