Merge branch 'master' of code-repo.d4science.org:gCubeSystem/ghn-distribution-image

This commit is contained in:
Antonio Calanducci 2023-10-11 16:51:36 +02:00
commit c175904a43
1 changed files with 8 additions and 1 deletions

View File

@ -41,5 +41,12 @@ pipeline {
}
}
stage('trigger IS-registry image job') {
steps {
script {
build(job: 'is-registry-service-image', wait: false, propagate: false);
}
}
}
}
}
}