Tag Archives: jenkins

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

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

‘If You Were Smart, You’d Be In Engineering’

This is a comment I heard a few years back from a manager on the Engineering side of the house. Of course it’s stated in a bad way, but the words behind it is that to advance in technology, your … Continue reading

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

git Version Control for rcs Users – Configuring gitlab and Jenkins Servers

This is intended to document the steps involved in moving from an RCS based environment to a git based environment. In previous posts, I showed the environment I’m currently working in and the progress to changing from using RCS to … Continue reading

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