{"id":19834846,"url":"https://github.com/jamesalbert/jam-uci","last_synced_at":"2026-04-21T03:32:28.882Z","repository":{"id":148569573,"uuid":"84277530","full_name":"jamesalbert/jam-uci","owner":"jamesalbert","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-20T03:51:51.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T21:50:45.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesalbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-08T04:16:28.000Z","updated_at":"2017-03-22T05:59:19.000Z","dependencies_parsed_at":"2023-05-20T13:46:32.117Z","dependency_job_id":null,"html_url":"https://github.com/jamesalbert/jam-uci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesalbert/jam-uci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesalbert%2Fjam-uci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesalbert%2Fjam-uci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesalbert%2Fjam-uci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesalbert%2Fjam-uci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesalbert","download_url":"https://codeload.github.com/jamesalbert/jam-uci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesalbert%2Fjam-uci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T12:05:45.307Z","updated_at":"2026-04-21T03:32:28.877Z","avatar_url":"https://github.com/jamesalbert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jenkins Area Meetup @ UC Irvine\n===============================\n\n## Synopsis\n\nThis repo has a pipeline script and utility python program used for checking out, testing, and submitting homework assignments via eee.uci.edu\n\n## Motivation\n\nI often find myself submitting an assignment, notice something is wrong afterwards, and resubmit with the fix. When I wait until the last minute (intentionally), I forget to submit altogether. Jenkins allows me to continuously submit my assignment whenever and how many times I want.\n\n## Installation\n\nAssuming a Jenkins server is already configured, the following should get you off the ground:\n```\ngit clone https://github.com/jamesalbert/jam-uci\ncd jam-uci\nln -s $HERE/src/submit.py /usr/local/bin/submit.py\n```\n\nYou also need to specify EEE credentials either in **$HOME/.eee** or the EEE_USERNAME and EEE_PASSWORD environment variables.\n\n**$HOME/.eee**:\n```\n{\n  \"username\": \"jalbert1\",\n  \"password\": \"XXXXXXXX\"\n}\n```\n\nThere should also be a **.eee** file in the root directory of the project we're submitting to specify what and where to submit.\n\n**$PROJECT_DIR/.eee**:\n```\n{\n  \"course\": \"143B\",\n  \"assignment\": \"src/main.py\",\n  \"name\": \"CS143B Project 3\"\n}\n```\n\n## API Reference\n\nWe'll be triggering the Jenkins build process via an api call. I'm currently using src/build.sh to trigger the builds. Here's a quick reference:\n```\ncurl \"http://localhost:8080/job/homework/buildWithParameters?token=buildWithParameters\u0026project=$1\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesalbert%2Fjam-uci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesalbert%2Fjam-uci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesalbert%2Fjam-uci/lists"}