Jenkinsfile_sdk: adapted build command according changes in fb73552
BugzID: 73564 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
11962381b9
commit
55c9f8d9b0
|
|
@ -68,9 +68,9 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
sh "bash -c '. ./env.image-ostree && bitbake netmodule-linux-image-dev -c populate_sdk'"
|
||||
sh "bash -c '. ./env.image-ostree && bitbake netmodule-linux-sdk'"
|
||||
}
|
||||
archiveArtifacts artifacts: "${env.YOCTO_DEPLOYS}/netmodule-linux-ostree*netmodule-linux-image-dev*.sh", onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: "${env.YOCTO_DEPLOYS}/netmodule-linux-ostree*-netmodule-linux-sdk*.sh", onlyIfSuccessful: true
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Reference in New Issue