{"id":19657739,"url":"https://github.com/esss/steve","last_synced_at":"2025-10-13T15:12:59.966Z","repository":{"id":147478482,"uuid":"77846618","full_name":"ESSS/steve","owner":"ESSS","description":"A tool that simplifies running Jenkins jobs from command-line","archived":false,"fork":false,"pushed_at":"2017-09-04T13:48:21.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-10T00:54:34.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ESSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-01-02T16:30:13.000Z","updated_at":"2019-02-13T12:15:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb029931-a09a-4732-ab64-f1c709524792","html_url":"https://github.com/ESSS/steve","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fsteve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fsteve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fsteve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fsteve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESSS","download_url":"https://codeload.github.com/ESSS/steve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240965470,"owners_count":19885938,"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-11T15:33:26.854Z","updated_at":"2025-10-13T15:12:59.889Z","avatar_url":"https://github.com/ESSS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"steve\n=================\n\n![basic-usage](https://raw.githubusercontent.com/ESSS/steve/master/misc/steve_simple.gif)\n\n`steve` is a command-line tool tailored to how ESSS projects deal with\nJenkins. From any git repo containing an ESSS project it should be\npossible to run a command line like:\n\n```bash\nsteve -u foo\n```\n\n`steve` will use your current platform and branch (and most relevant \nmode, if your project uses that `jobs_done` feature) to guess job name \nin Jenkins and it will start right away to watch progress of current \nbuild of job (if none is in progress, it starts a new build).\n\nConfiguration file\n------------------\n\n`steve` looks for a configuration file named `.steve` in home of user\n (`~` on linux, `c:\\users\\\u003cuser_name\u003e` on windows). The configuration\n file is an INI-like file, with following (all optional) fields \n available so far:\n  \n```\n[user]\nname = \u003cJenkins user name\u003e\npassword = \u003cJenkins password or, safer option, Jenkins API token\u003e\n```\n\nNote that command line `-u/--user` has more priority than user from\nconfiguration file.\n\nFor more information about [Jenkins API token]((https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients).\n\n## FAQ\n\n*Will `steve` create new builds if one is already in progress?*\n\nNo, it just starts a new build if there isn't one already in progress.\nIt is possible to interrupt `steve` and restart it again to keep\nmonitoring progress of a same job.\n\n*Do I have to always use current branch and platform?*\n\nNo. Use `-b/--branch BRANCH` to run other branch and \n`-m/--matrix platform:PLATFORMS` for other platforms. Notice that it is\npossible to monitor many platforms at once, by using space separated\nvalues (accepted values are the usual ones: `win64`, `win32`, \n`linux64`, `win64d`, `win32d`, `win64g`, `win32g`)\n\n```bash\nsteve -u foo -m platform:win64,linux64\n```\n\n![matrix-usage](https://raw.githubusercontent.com/ESSS/steve/master/misc/steve_matrix.gif)\n\n*Who is the most relevant mode? Can I change it too?*\n\nMost relevant mode is the first value of each key in `matrix` of\n`.jobs_done.yaml` file, except for platform that defaults to user's current\nplatform. \n\nTo select other configuration `-m/--matrix MATRIX`. Matrix option must be\na series of keys separated by whitespaces (` `), where each key is followed by a\ncolon (`:`) and a series of values separated by comma (`,`).\n \nTo run a job both in Python 2.7 and 3.5 on linux64 e win64:\n\n```bash\nsteve -u foo -m python:27,35 platform:win64,linux64\n```\n\n*What about parametrized builds?*\n\nYou can pass any number of parameters to a build (provided the job declares\nparameters):\n\n```bash\nsteve -u foo -p param1:foo param2:bar\n```\n\nNote all other options absent in custom matrix are set to most relevant values,\nas explained in *Who is the most relevant mode? Can I change it too?*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fsteve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesss%2Fsteve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fsteve/lists"}