1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-07-23 09:20:07 +02: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:53:41 +02:00
committed by GitHub
parent 8639bc4d65
commit b393432256

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