This commit is contained in:
Emanuele Zattin 2017-10-11 13:37:06 +02:00
parent 65c5a87c77
commit c8b583b742

2
Jenkinsfile vendored
View File

@ -211,7 +211,7 @@ def doMacBuild(target, coverage = false, postStep = null) {
try {
reportStatus(target, 'PENDING', 'Build has started')
nvm('v7.10.0') {
nvm(version: '7.10.0') {
sh "${prefix}scripts/test.sh ${target}"
if(postStep) {
postStep.call()