Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed Jul 2, 2024
1 parent ecf103b commit 316a459
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/jenkins/Nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ pipeline {
}

stages {
stage ('trigger another job') {
steps {
script {
def job = build job: 'Milvus Publish Images(new)/cpu/master' wait: true
}
}
}
stage ('Build'){
steps {
container('main') {
Expand Down

0 comments on commit 316a459

Please sign in to comment.