Skip to content

Commit

Permalink
Use justin.event_JOB_SUBMITTED
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed Feb 21, 2024
1 parent 9544f34 commit a9e86ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/justin-job-factory
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ queue %d
# But try to keep going
logLine('INSERT INTO jobs fails with: ' + str(e))
else:
justin.logEvent(eventTypeID = event_JOB_SUBMITTED,
justin.logEvent(eventTypeID = justin.event_JOB_SUBMITTED,
workflowID = workflowID,
stageID = stageID,
siteID = firstSiteID,
Expand Down

0 comments on commit a9e86ab

Please sign in to comment.