[
https://issues.jboss.org/browse/JBIDE-25322?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-25322:
---------------------------------------
To make this work in a jenkins job, we need slaves with job builder set up. We can discuss
the best course of action later (i.e. add jenkins job builder to our rhel images or
something similar), but for now I decided to install it on our two mac slaves:
dev-platform-mac1
dev-platform-mac2
Steps to install:
{code}
sudo easy_install pip
# for some reason simply installing via sudo did not work for me
pip install --user jenkins-job-builder
pip uninstall jenkins-job-builder
sudo pip install jenkins-job-builder
{code}
Next step is to set up a job in jenkins testing this actually works. (Jenkins is currently
down.)
Also, I need to bootstrap a new gitlab repo for this with a sample yaml.
Jenkins Job Builder proof of concept
-------------------------------------
Key: JBIDE-25322
URL:
https://issues.jboss.org/browse/JBIDE-25322
Project: Tools (JBoss Tools)
Issue Type: Task
Components: qa
Reporter: Pavol Srna
Assignee: Martin Malina
Fix For: 4.5.2.AM1
Jenkins Job Builder
https://docs.openstack.org/infra/jenkins-job-builder/
Jenkins Job Wrecker
https://github.com/ktdreyer/jenkins-job-wrecker
- for converting existing jobs xml config to yaml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)