Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Seed job minor reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jul 10, 2019
1 parent 26df68b commit 3fa0ef7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion seedJob
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Pipelines for https://github.com/quarkus-qe repositories
pipelineJob("quarkus-pipeline-beefy-scenarios") { definition { cpsScm { scm { git("https://github.com/quarkus-qe/beefy-scenarios.git")} } } }

// Pipelines for https://github.com/quarkus repositories
pipelineJob("quarkus-pipeline-Quarkus") { definition { cpsScm { scm { git("https://github.com/quarkus-qe/quarkus-jenkinsfiles.git")}
scriptPath("Jenkinsfile-Quarkus") } } }
pipelineJob("quarkus-pipeline-beefy-scenarios") { definition { cpsScm { scm { git("https://github.com/quarkus-qe/beefy-scenarios.git")} } } }
pipelineJob("quarkus-pipeline-Quarkus-quickstarts") { definition { cpsScm { scm { git("https://github.com/quarkus-qe/quarkus-jenkinsfiles.git")}
scriptPath("Jenkinsfile-Quarkus-quickstarts") } } }

0 comments on commit 3fa0ef7

Please sign in to comment.