metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 12:31:00 +02:00
parent 326847f47a
commit 2ef492233a
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Copy Archive') {
steps {
sh 'node --version'
sh 'git --version'
sh 'svn --version'

View File