1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-07-27 11:19:49 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE
2022-09-26 10:55:04 +02:00
committed by GitHub
parent b393432256
commit 85968f7b6a

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/Diya-API/master', propagate: true, wait: true build job: 'gitea-sync/DiyaSDK/master', propagate: true, wait: true
} }
} }
} }