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:
Marc Mattmueller 2021-07-01 12:51:29 +02:00
parent 11962381b9
commit 55c9f8d9b0
1 changed files with 2 additions and 2 deletions

View File

@ -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 {