1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-26 03:18:22 +01:00

Update Jenkinsfile
Some checks reported errors
gitea-sync/Diya-API/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Dany LE 2022-09-26 10:55:46 +02:00 committed by GitHub
parent 85968f7b6a
commit 0faefcae12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

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