jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:56:58 +02:00
parent 73827a6ea5
commit 4f96ad13dd
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -37,8 +37,6 @@ pipeline {
stage('Dockerfile') {
steps {
sh 'node --version'
sh 'svn --version'
}
}