Update Jenkinsfile

pull/2384/head
Mika Karjalainen 2016-08-08 10:04:06 +03:00 committed by GitHub
parent 8de9f71242
commit 0da2ada5cd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ def morpheusBuildStep(target, compilerLabel, toolchain) {
dir("mbed-os") {
checkout scm
execute ("git log -1 --no-merges --pretty=format:'%H'" > GIT_REVISION)
env.GIT_REVISION = readFile "GIT_REVISION"
env.GIT_REVISION = readFile ("GIT_REVISION")
execute ("mbed deploy --protocol ssh")
execute ("mbed test --compile -m ${target} -t ${toolchain} -c")
}