RedHatSatellite / soe-ci

Jenkins integration scripts for use in an SOE Build Factory based on Red Hat Satellite 6.
GNU General Public License v3.0
42 stars 32 forks source link

minor documentation fix #111

Closed jeichler closed 6 years ago

pcfe commented 6 years ago

Since one does not create e.g. /var/lib/jenkins/jobs/<job-name>/banana/ it's actually correct before the commit.

Maybe we can make it clearer by rewording to

Create a directory matching the job-name in /var/lib/jenkins/jobs/ (e.g. /var/lib/jenkins/jobs/soe-el7/) and copy the config-jenkinsfile.xml file into it as /var/lib/jenkins/jobs/<job-name>/config.xml

jeichler commented 6 years ago

Ah, the actual problem seems to be that the markdown is not working. On github the job-name is not displayed which led me to believe it was poorly documented :)

jeichler commented 6 years ago

@pcfe done, and fixed the markdown. thanks!