Skip to content

This applet is for Linux systems that are using Conky and my Jenkins Poller to report Jenkins build statuses

Notifications You must be signed in to change notification settings

m34nbunny/jenkins_applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

jenkins_applet

This applet is for Linux systems that are using Conky or another app to execute applet/jenkins_poll.py for reporting statuses of Jenkins jobs.

###Applet alt tag

###Conky alt tag

###Adding in jobs Navigate to your source directory and find the file called servers.json. Make sure not to put a comma at the end of the last job, otherwise it will complain.

{
  "jobs" : [
   { "name": "Job1", "job" : "https://mybuildserver/job/MyJobName1/" },
   { "name": "Job2", "job" : "https://mybuildserver/job/MyJobName2/" }
 ]
}

###Running Applet nohup applet/jenkins_applet.py &

###Running Poller in Conky ${execpi 5 python /home/meanbunny/.jenkins_applet/jenkins_poll.py}

###Running Poller in Cron 5 * * * * /home/meanbunny/.jenkins_applet/jenkins_poll.py

About

This applet is for Linux systems that are using Conky and my Jenkins Poller to report Jenkins build statuses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages