Skip to content

Commit

Permalink
Merge pull request #1694 from edx/hassan/exporter-new-jenkins
Browse files Browse the repository at this point in the history
chore: Move exporter and email optin jobs to new jenkins.
  • Loading branch information
HassanJaveed84 authored Nov 21, 2023
2 parents 1d83247 + e29b631 commit a7a92b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dataeng/jobs/createJobs.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import static analytics.AggregateDailyTrackingLogs.job as AggregateDailyTrackingLogsJob
import static analytics.AnalyticsEmailOptin.job as AnalyticsEmailOptinJob
import static analytics.AnalyticsExporter.job as AnalyticsExporterJob
import static analytics.DatabaseExportCoursewareStudentmodule.job as DatabaseExportCoursewareStudentmoduleJob
import static analytics.Enrollment.job as EnrollmentJob
import static analytics.EnrollmentValidationEvents.job as EnrollmentValidationEventsJob
Expand Down Expand Up @@ -41,8 +39,6 @@ try {

def taskMap = [
AGGREGATE_DAILY_TRACKING_LOGS_JOB: AggregateDailyTrackingLogsJob,
ANALYTICS_EMAIL_OPTIN_JOB: AnalyticsEmailOptinJob,
ANALYTICS_EXPORTER_JOB: AnalyticsExporterJob,
DATABASE_EXPORT_COURSEWARE_STUDENTMODULE_JOB: DatabaseExportCoursewareStudentmoduleJob,
ENROLLMENT_JOB: EnrollmentJob,
ENROLLMENT_VALIDATION_EVENTS_JOB: EnrollmentValidationEventsJob,
Expand Down
4 changes: 4 additions & 0 deletions dataeng/jobs/createJobsNew.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import static analytics.AnalyticsEmailOptin.job as AnalyticsEmailOptinJob
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 +42,8 @@ try {

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

0 comments on commit a7a92b5

Please sign in to comment.