summaryrefslogtreecommitdiffstats
path: root/scripts/ci/Jenkinsfile.bleeding
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/Jenkinsfile.bleeding')
-rw-r--r--scripts/ci/Jenkinsfile.bleeding11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/ci/Jenkinsfile.bleeding b/scripts/ci/Jenkinsfile.bleeding
index 6d0f1e7..aba7d39 100644
--- a/scripts/ci/Jenkinsfile.bleeding
+++ b/scripts/ci/Jenkinsfile.bleeding
@@ -69,6 +69,17 @@ pipeline {
69 sh 'scripts/ci/build.sh core-image-minimal' 69 sh 'scripts/ci/build.sh core-image-minimal'
70 } 70 }
71 } 71 }
72 stage('oe-selftest') {
73 agent {
74 dockerfile {
75 filename 'scripts/ci/Dockerfile.bitbake'
76 args '-v /opt/jenkins/bitbake-common:/opt/jenkins/bitbake-common'
77 }
78 }
79 steps {
80 sh 'scripts/ci/oe-selftest.sh'
81 }
82 }
72 } 83 }
73} 84}
74// vim: set ft=groovy tabstop=2 shiftwidth=2 expandtab: 85// vim: set ft=groovy tabstop=2 shiftwidth=2 expandtab: