{"id":20471750,"url":"https://github.com/signiant/super-jenkins","last_synced_at":"2025-12-01T18:05:06.047Z","repository":{"id":93381201,"uuid":"75009423","full_name":"Signiant/super-jenkins","owner":"Signiant","description":"Find and pin jobs across multiple Jenkins masters","archived":false,"fork":false,"pushed_at":"2017-10-23T18:34:45.000Z","size":211,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-16T02:23:37.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Signiant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-11-28T20:00:34.000Z","updated_at":"2022-11-23T06:57:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"64657b34-c7e0-467b-a11a-1c7f4bfdc486","html_url":"https://github.com/Signiant/super-jenkins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Signiant%2Fsuper-jenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Signiant%2Fsuper-jenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Signiant%2Fsuper-jenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Signiant%2Fsuper-jenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Signiant","download_url":"https://codeload.github.com/Signiant/super-jenkins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039536,"owners_count":20061924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-15T14:17:10.006Z","updated_at":"2025-12-01T18:05:05.985Z","avatar_url":"https://github.com/Signiant.png","language":"JavaScript","readme":"# Super Jenkins\nSuper Jenkins is a tool that allows you to quickly find jobs spread across multiple Jenkins masters.\n\n## Features\nLive Fuzzy Search - find jobs fast, even if you don't know exactly what you're looking for  \n\n![Search Sample Image](https://raw.githubusercontent.com/wiki/Signiant/super-jenkins/img/search-sample.png)  \n\nPins - Pin the jobs you frequent for quick access  \n\n![Sample Image](https://raw.githubusercontent.com/wiki/Signiant/super-jenkins/img/pins-sample.png)\n## Setup\n### 1. Install\nFirst clone the repository.\nNext, install the dependencies by running\n```\nnpm install\n```\nThis will install both the npm and bower dependencies\n\n### 2. Configure\nThe Jenkins masters are configured in the config/masters.json file.\nThe configuration file has one key, ``masters``, which holds a list of jenkins master configuration objects. Each jenkins master has three keys\n  - name - The name of the server\n  - endpoint - The base endpoint of the server\n  - icon - Link to an icon to display next to jobs from this master\n  - blueocean - set to true if you are using the Jenkins blueocean UI plugin\n\nSample masters.json:\n```\n{\n  \"masters\": [\n    {\n      \"name\": \"Alfred\",\n      \"endpoint\": \"http://alfred.your.domain.com\",\n      \"icon\": \"http://alfred.your.domain.com/userContent/logo.png\",\n      \"blueocean\": false\n    },\n    {\n      \"name\": \"Banks\",\n      \"endpoint\": \"http://banks.your.domain.com\",\n      \"icon\": \"http://banks.your.domain.com/userContent/logo.png\",\n      \"blueocean\": true\n    }\n  ]\n}\n```\n\n### 3. Run\nStart the server using  \n```\nnode server.js\n```  \nBy default, the server listens on port 8080.  This can be changed by setting the ```PORT``` environment variable to the desired port number prior to starting the server.\n\n## Dockerizing\nThe project contains a docker file, making it easy to run super jenkins in a container. To containerize your super jenkins server, simply\n### 1. Install\nSee step 1 of setup\n\n### 2. Build\nBuild the docker container by running  \n```\ndocker build -t username/containernName .\n```\n\n### 3. Configure\nSee step 2 of the setup\n\n### 4. Run\nStart the docker container by running  \n```\ndocker run -d -p 8080:8080 -v $(pwd)/confg/masters.json:/usr/app/src/config/masters.json username/containerName\n```  \n\n## Attribution\nThe super jenkins logo is an adaptation of the artwork done by Masanobu Imai for the [Jenkins](https://jenkins.io/) project,  licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License.](https://creativecommons.org/licenses/by-sa/3.0/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigniant%2Fsuper-jenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigniant%2Fsuper-jenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigniant%2Fsuper-jenkins/lists"}