jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:57:38 +02:00
parent 4f96ad13dd
commit 3814744a7e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ pipeline {
stage('Dockerfile') {
steps {
sh 'gcc --version'
}
}