trigger other projects
All checks were successful
s434765-training/pipeline/head This commit looks good
All checks were successful
s434765-training/pipeline/head This commit looks good
This commit is contained in:
parent
67a31c4c43
commit
eab239b6a1
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -39,9 +39,7 @@ node {
|
||||
}
|
||||
|
||||
}
|
||||
stage ("build training") { //an arbitrary stage name
|
||||
steps {
|
||||
build 's434765-training/master/' //this is where we specify which job to invoke.
|
||||
}
|
||||
stage ("build training") {
|
||||
build 's434765-training/master/'
|
||||
}
|
||||
}
|
@ -42,9 +42,8 @@ node {
|
||||
throw e
|
||||
}
|
||||
}
|
||||
stage ("build evaluation") { //an arbitrary stage name
|
||||
steps {
|
||||
build 's434765-evaluation/evaluation/' //this is where we specify which job to invoke.
|
||||
}
|
||||
stage ("build evaluation") {
|
||||
build 's434765-evaluation/evaluation/'
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user