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
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
build-scripts/playbook.yml
|
@ -86,3 +86,9 @@ |
|
|
path: /etc/sudoers |
|
|
path: /etc/sudoers |
|
|
line: 'jenkins ALL=NOPASSWD: /var/lib/jenkins/jobs/TigerOS-Devel/workspace/tigeros/make-iso.sh' |
|
|
line: 'jenkins ALL=NOPASSWD: /var/lib/jenkins/jobs/TigerOS-Devel/workspace/tigeros/make-iso.sh' |
|
|
state: present |
|
|
state: present |
|
|
|
|
|
- jenkins_job: |
|
|
|
|
|
name: TigerOS-Master |
|
|
|
|
|
state: present |
|
|
|
|
|
- jenkins_job: |
|
|
|
|
|
name: TigerOS-Devel |
|
|
|
|
|
state: present |