Skip to content

tedsluis/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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