changed Build stage

Tento commit je obsažen v:
thavaselvan7 2018-10-15 07:46:25 +00:00
rodič c85c22136b
revize e047e09400

2
Jenkinsfile vendorováno
Zobrazit soubor

@ -8,7 +8,7 @@ pipeline {
}
}
steps {
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
sh 'python -m py_compile sources/calc.py'
}
}
stage('Test') {