fix Jenkins

This commit is contained in:
Jan Przybylski 2020-11-27 19:19:57 +01:00
parent b849809114
commit 7e12c02e42

3
Jenkinsfile vendored
View File

@ -3,8 +3,7 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'node --version'
sh 'svn --version'
echo 'Testing...'
}
}
}