Mise à jour de 'Jenkinsfile'
This commit is contained in:
parent
04255694f9
commit
aa3674262f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline{
|
|||||||
cd poky
|
cd poky
|
||||||
source ./oe-init-build-env ../build
|
source ./oe-init-build-env ../build
|
||||||
cat conf/*.conf
|
cat conf/*.conf
|
||||||
bitbake -c cleanall gcc core-image-base
|
# bitbake -c cleanall gcc core-image-base
|
||||||
bitbake core-image-base
|
bitbake core-image-base
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
@ -43,7 +43,7 @@ pipeline{
|
|||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
archiveArtifacts artifacts: 'build/tmp/deploy/image/', fingerprint: true
|
archiveArtifacts artifacts: 'build/tmp/deploy/images', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user