jenkinsfile tools test

This commit is contained in:
yetju000 2019-11-23 10:25:21 +01:00
parent 3634975f7d
commit f16d33f82f

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
steps {
sh '''
echo "PATH = ${PATH}"
echi "M2_HOME = ${M2_HOME}"
echo "M2_HOME = ${M2_HOME}"
'''
echo 'Building..'
}