diff --git a/Jenkinsfile b/Jenkinsfile index 14760bd..bf2da4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ pipeline{ { stage('Build image from SDK') { steps { + // build specific multi-branch job build job: 'gitea-sync/DiyaSDK/master', propagate: true, wait: true } }