项目作者: tedsluis

项目描述 :
Jenkins pipeline configuration
高级语言:
项目地址: git://github.com/tedsluis/jenkins.git
创建时间: 2019-03-03T10:54:51Z
项目社区:https://github.com/tedsluis/jenkins

开源协议:

下载


Jenkins pipelines

Jenkins pipelines for syncing forks with upstream:

My forks Upstream
Home-assistant https://github.com/home-assistant/home-assistant
Home-assistant.io https://github.com/home-assistant/home-assistant.io
Sonoff-Tastoma https://github.com/arendst/Sonoff-Tasmota
Rak8s https://github.com/rak8s/rak8s
GassistPi https://github.com/shivasiddharth/GassistPi

Jenkins build pipelines:

Source Output
Home-assistant https://hub.docker.com/r/tedsluis/home-assistant

Install systemd jenkins docker daemon:

  1. $ mkdir /home/jenkins
  2. $ wget -O /etc/systemd/system/jenkins.service https://raw.githubusercontent.com/tedsluis/jenkins/master/jenkins.service
  3. $ systemctl enable jenkins.service
  4. $ systemctl start jenkins.service