Skip to content

Commit

Permalink
Update parse_jenkins_builds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Feb 5, 2025
1 parent 96ab898 commit fd36ab5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions parse_jenkins_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
from cmsutils import epoch2week
import urllib.request

from github_utils import (
api_rate_limits,
mark_commit_status,
get_combined_statuses,
get_pr_latest_commit,
)

JENKINS_PREFIX = "jenkins"
try:
JENKINS_PREFIX = os.environ["JENKINS_URL"].strip("/").split("/")[-1]
Expand Down

0 comments on commit fd36ab5

Please sign in to comment.