trigger other projects
This commit is contained in:
parent
1f2d929c2e
commit
67a31c4c43
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -38,5 +38,10 @@ node {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("build training") { //an arbitrary stage name
|
||||
steps {
|
||||
build 's434765-training/master/' //this is where we specify which job to invoke.
|
||||
}
|
||||
}
|
||||
}
|
@ -41,5 +41,10 @@ node {
|
||||
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
stage ("build evaluation") { //an arbitrary stage name
|
||||
steps {
|
||||
build 's434765-evaluation/evaluation/' //this is where we specify which job to invoke.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user