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 316a459 commit 550b1b8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ci/jenkins/Nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ pipeline {

stages {
stage ('trigger another job') {
steps {
script {
def job = build job: 'Milvus Publish Images(new)/cpu/master' wait: true
}
}
}
container('jnlp') {
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 550b1b8

Please sign in to comment.