aboutsummaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/generator_DSL.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 5f5d701..1a77119 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -18,7 +18,7 @@ folder(suite_name)
// Generate the dispatch job that will trigger the chain of package
// build jobs.
-pipelineJob("${suite_name}/dispatch") {
+pipelineJob("${suite_name}/_dispatch") {
println("label = ${label}")
println("manifest_file = ${manifest_file}")
println("py_version = ${py_version}")