diff --git a/Jenkinsfile b/Jenkinsfile index d22b7ff..1dfe402 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,6 @@ pipeline{ image 'xsangle/ci-yocto:focal' // args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' reuseNode true - registryUrl 'http://workstation:5000/' } } steps { @@ -40,6 +39,21 @@ pipeline{ ''' } } + stage('Build SDK') { + agent { + docker { + image 'xsangle/ci-yocto:focal' + reuseNode true + } + } + steps { + sh '''#!/bin/bash + cd poky + source ./oe-init-build-env ../build + bitbake core-image-base -c populate_sdk + ''' + } + } stage('Archive') { steps { script {