{"id":19810770,"url":"https://github.com/mattddowney/jenk","last_synced_at":"2026-05-14T10:38:32.641Z","repository":{"id":139545320,"uuid":"91867750","full_name":"mattddowney/jenk","owner":"mattddowney","description":"Interact with Jenkins via the command line. Written in Go.","archived":false,"fork":false,"pushed_at":"2017-05-25T22:59:16.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T06:49:22.275Z","etag":null,"topics":["api-client","cli","command-line","continuous-integration","go","golang","jenkins","pipeline"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mattddowney.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-05-20T05:35:20.000Z","updated_at":"2019-03-31T04:28:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"a63a4db8-09d2-4c9b-987e-1343f3c280e9","html_url":"https://github.com/mattddowney/jenk","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/mattddowney%2Fjenk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattddowney%2Fjenk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattddowney%2Fjenk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattddowney%2Fjenk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattddowney","download_url":"https://codeload.github.com/mattddowney/jenk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241156434,"owners_count":19919337,"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":["api-client","cli","command-line","continuous-integration","go","golang","jenkins","pipeline"],"created_at":"2024-11-12T09:23:18.295Z","updated_at":"2026-05-14T10:38:32.613Z","avatar_url":"https://github.com/mattddowney.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"jenk\n====\n\nInteract with [Jenkins](https://jenkins.io/) via the command line. Written in Go. \nRewrite of [jenk-bash](https://github.com/mattddowney/jenk-bash).\n\nCopy jobs, create pipelines, and trigger pipeline inputs.\n\nSetup:\n------\n\nSet the following environment variables:\n\n* JENKINS_ROOT_URL - The url of the Jenkins server (IE: http://localhost:8080)\n* JENKINS_USER_NAME - Jenkins user with API access\n* JENKINS_TOKEN - Access token obtained from Jenkins (http://localhost:8080/me/configure)\n\n*OR*\n\nCreate a configuration file named `.jenk.yaml` in your home directory containing same variables, \nwith the following layout:\n\n```yaml\nJENKINS_ROOT_URL: http://localhost:8080\nJENKINS_USER_NAME: username\nJENKINS_TOKEN: token_from_jenkins\n```\n\nUsage:\n------\n\n```\n$ ./jenk\nA tool for interacting with the Jenkins API.\n\nUsage:\n  jenk [command]\n\nAvailable Commands:\n  abort-input   Aborts a pipeline input\n  copy-job      Copy a Jenkins job\n  create-job    Create a Jenkins job\n  env           Print the current environment\n  help          Help about any command\n  trigger-input Triggers a pipeline input\n\nFlags:\n      --config string   config file (default is $HOME/.jenk.yaml)\n  -h, --help            help for jenk\n  -t, --toggle          Help message for toggle\n\nUse \"jenk [command] --help\" for more information about a command.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattddowney%2Fjenk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattddowney%2Fjenk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattddowney%2Fjenk/lists"}