Skip to content

Commit

Permalink
chore: add exporter jobs to new jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanJaveed84 committed Nov 1, 2023
1 parent b3a7d6b commit b11d805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataeng/jobs/createJobsNew.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import static analytics.AnalyticsExporter.job as AnalyticsExporterJob
import static analytics.DBTDocs.job as DBTDocsJob
import static analytics.DBTRun.job as DBTRunJob
import static analytics.DBTSourceFreshness.job as DBTSourceFreshnessJob
Expand Down Expand Up @@ -40,6 +41,7 @@ try {

def taskMap = [
// Add jobs here as they are ported from the old analytics Jenkins server.
ANALYTICS_EXPORTER_JOB: AnalyticsExporterJob,
DBT_DOCS_JOB: DBTDocsJob,
DBT_RUN_JOB: DBTRunJob,
DBT_SOURCE_FRESHNESS_JOB: DBTSourceFreshnessJob,
Expand Down

0 comments on commit b11d805

Please sign in to comment.