Category Archives: Jenkins

Development and Branches

Many many many years ago, I learned to program. It was on a Radio Shack Color Computer. It had a BASIC plug in pack and I think I could save to a cassette tape. I followed the BASIC programming book … Continue reading

Posted in CI/CD, Computers, Git, Jenkins | Leave a comment

Add Jenkins Build Agent

You want Jenkins to use a remote agent (server) to do the builds. As such, create two more servers to process tasks. I want to process remote tasks on server 2 so add a label for ‘remote’ I want to … Continue reading

Posted in Computers, Jenkins | Tagged , | Leave a comment

Jenkins And Build Agents

Overview In this article, I’ll provide instructions in how I installed Jenkins and the two Jenkins Build Agents in my environment. System Requirements I used one of my standard templates in vCenter to create the three Jenkins nodes. All three … Continue reading

Posted in Computers, Jenkins | Tagged | Leave a comment

Adding Projects To Jenkins

A majority of my projects are simple websites or scripts. Nothing too complicated. My binary files are located on my development server. Jenkins combines the git repo and binary files into a single distribution which is then sync’d up to … Continue reading

Posted in Computers, Jenkins | Tagged , | Leave a comment