From f488a81a07d06f9411be5362620950e11c3ea9a9 Mon Sep 17 00:00:00 2001 From: Christian Martin <25327135+ct-martin@users.noreply.github.com> Date: Wed, 1 Nov 2017 00:05:06 -0400 Subject: [PATCH] Add Jenkins job names Can't add in the entire job, but can add in the name for the user. Will continue to investigate full automation of builds --- build-scripts/playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-scripts/playbook.yml b/build-scripts/playbook.yml index 04efb41..136c543 100644 --- a/build-scripts/playbook.yml +++ b/build-scripts/playbook.yml @@ -86,3 +86,9 @@ path: /etc/sudoers line: 'jenkins ALL=NOPASSWD: /var/lib/jenkins/jobs/TigerOS-Devel/workspace/tigeros/make-iso.sh' state: present + - jenkins_job: + name: TigerOS-Master + state: present + - jenkins_job: + name: TigerOS-Devel + state: present