Browse Source

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
devel^2
Christian Martin 6 years ago
committed by GitHub
parent
commit
f488a81a07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      build-scripts/playbook.yml

+ 6
- 0
build-scripts/playbook.yml View File

@ -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

Loading…
Cancel
Save