change Yocto version to jethro

This commit is contained in:
Doug Goldstein
2016-10-30 12:12:47 -05:00
parent e8acf1decf
commit 4e5679c303

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ for (int i = 0; i < targets.size(); i++) {
sh "./scripts/setup-env.sh"
}
stage('Yocto Fetch') {
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh jethro"
}
stage('Build') {
sh "MACHINE=${machine} ./scripts/build.sh"