1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-03-12 18:42:48 +01:00

Update Jenkinsfile
Some checks failed
gitea-sync/Diya-API/pipeline/head There was a failure building this commit

This commit is contained in:
Dany LE 2022-09-26 10:52:20 +02:00 committed by GitHub
parent cf89a8ca59
commit 79e42786e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline{
{ {
stage('Build image from SDK') { stage('Build image from SDK') {
steps { steps {
build job: 'gitea-sync/job/DiyaSDK/job/master', propagate: true, wait: true build job: 'DiyaSDK/job/master', propagate: true, wait: true
} }
} }
} }