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
|
stage ("build training") {
|
||||||
steps {
|
build 's434765-training/master/'
|
||||||
build 's434765-training/master/' //this is where we specify which job to invoke.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -42,9 +42,8 @@ node {
|
|||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ("build evaluation") { //an arbitrary stage name
|
stage ("build evaluation") {
|
||||||
steps {
|
build 's434765-evaluation/evaluation/'
|
||||||
build 's434765-evaluation/evaluation/' //this is where we specify which job to invoke.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user