change Yocto version to jethro
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ for (int i = 0; i < targets.size(); i++) {
|
|||||||
sh "./scripts/setup-env.sh"
|
sh "./scripts/setup-env.sh"
|
||||||
}
|
}
|
||||||
stage('Yocto Fetch') {
|
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') {
|
stage('Build') {
|
||||||
sh "MACHINE=${machine} ./scripts/build.sh"
|
sh "MACHINE=${machine} ./scripts/build.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user