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
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -39,4 +39,9 @@ node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
stage ("build training") { //an arbitrary stage name
|
||||||
|
steps {
|
||||||
|
build 's434765-training/master/' //this is where we specify which job to invoke.
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -41,4 +41,9 @@ node {
|
|||||||
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