All Projects → ataylor284 → jenkins-watch

ataylor284 / jenkins-watch

Licence: other
Display jenkins/hudson build status on the emacs modeline.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to jenkins-watch

Jenkins Cli
Jenkins CLI allows you manage your Jenkins as an easy way
Stars: ✭ 245 (+775%)
Mutual labels:  jenkins
jenkins
A supercharged version of Jenkins for Docker.
Stars: ✭ 33 (+17.86%)
Mutual labels:  jenkins
masterclass-codeexamples
Code examples used in Get into DevOps: The Masterclass
Stars: ✭ 35 (+25%)
Mutual labels:  jenkins
Autoarchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
Stars: ✭ 248 (+785.71%)
Mutual labels:  jenkins
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (+42.86%)
Mutual labels:  jenkins
django-angular2-fullstack-devops
All-in-one django/angular2 seed with cli interface for multi-environment devops on aws using ansible/packer/terraform
Stars: ✭ 54 (+92.86%)
Mutual labels:  jenkins
Orcid Source
ORCID Open Source Project
Stars: ✭ 233 (+732.14%)
Mutual labels:  jenkins
jenkins-api.rs
Rust client for Jenkins API
Stars: ✭ 26 (-7.14%)
Mutual labels:  jenkins
jenkins kube brains
Example scripts to run Kubernetes on your private VMs. This is to support of Loren and my KubeCon 2018 talk "Migrating Jenkins to Kubernetes broke our brains." https://sched.co/GrSh
Stars: ✭ 34 (+21.43%)
Mutual labels:  jenkins
jenny
Command line Jenkinsfile runner written in groovy. Does not need a Jenkins installation to run the Jenkinsfile.
Stars: ✭ 90 (+221.43%)
Mutual labels:  jenkins
sdp-pipeline-framework
The Solutions Delivery Platform runtime pipeline framework
Stars: ✭ 41 (+46.43%)
Mutual labels:  jenkins
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (-3.57%)
Mutual labels:  jenkins
dingtalk
DingTalk(dingding) 是钉钉机器人的 go 实现。支持 Docker、Jenkinsfile、命令行模式,module 模式,加签安全设置,支持链式语法创建消息,支持文本、链接、Markdown、ActionCard、FeedCard消息类型; DingTalk (dingding) is the go implementation of the DingTalk robot. Support Docker, Jenkinsfile, command line mode, module mode, signature security settings, chain syntax to create messages, support text, link, markd…
Stars: ✭ 187 (+567.86%)
Mutual labels:  jenkins
Jervis
Travis-like Jenkins job generation using Job DSL plugin groovy scripts. Reads .travis.yml and generates a job in Jenkins.
Stars: ✭ 248 (+785.71%)
Mutual labels:  jenkins
mirror-proxy
Jenkins Update Center mirror proxy
Stars: ✭ 15 (-46.43%)
Mutual labels:  jenkins
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+742.86%)
Mutual labels:  jenkins
polycephaly
Groovy code to build z/OS source code files with Jenkins and Git
Stars: ✭ 14 (-50%)
Mutual labels:  jenkins
vagrant-jenkins
Vagrant box running Ubuntu with an installed Jenkins instance
Stars: ✭ 39 (+39.29%)
Mutual labels:  jenkins
dark-theme-plugin
Jenkins Dark Theme
Stars: ✭ 64 (+128.57%)
Mutual labels:  jenkins
windows-container
Docker files for various Windows Container build
Stars: ✭ 30 (+7.14%)
Mutual labels:  jenkins
A simple emacs extension to display the current build status of
jenkins/hudson on the modeline.  jenkins-watch is installable through
marmalade: http://marmalade-repo.org/packages/jenkins-watch

Installation:

1. Install jenkins-watch through M-x list-packages (using marmalade or
melpa repos) or download and place in directory in your load-path.

2. Add (require 'jenkins-watch) to your .emacs files.  Restart emacs
or evalute with M-: (require 'jenkins-watch)

Note that if you've installed jenkins-watch with list-packages, you'll
need to do the require in the 'after-init-hook, e.g.:

    (add-hook 'after-init-hook 
              (lambda () (require 'jenkins-watch)))

3. Run M-x customize-group jenkins-watch, and enter the API url for
your jenkins server as the "Jenkins Api Url".  Alternatively, just add
(setq jenkins-api-url "http://jenkins/job/project/api/xml") to your
.emacs.

4. Run M-x jenkins-watch-start.  At any time, M-x jenkins-watch-stop
will stop it.  Add (jenkins-watch-start) to your .emacs to start it
automatically.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].