1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-07-22 17:00:39 +02:00

Update Jenkinsfile
Some checks are pending
gitea-sync/Diya-API/pipeline/head Build queued...

This commit is contained in:
Dany LE
2022-09-26 10:53:34 +02:00
committed by GitHub
parent 79e42786e8
commit 8639bc4d65

2
Jenkinsfile vendored
View File

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