trigger other projects
All checks were successful
s434765-evaluation/pipeline/head This commit looks good
All checks were successful
s434765-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
89f18e3061
commit
7264fa8810
7
Jenkinsfile
vendored
7
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.
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -40,5 +40,10 @@ node {
|
|||||||
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
||||||
throw e
|
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