RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Relative recipe path results in error #35

Closed scymtym closed 5 years ago

scymtym commented 5 years ago

Which generator version are you using?

build-generator version
build-generator 0.30.33
asdf            3.3.1
SBCL            1.5.3.0.sbcl-1.5.3.0-9e58ae7

What did you do?

Generator invocation and output:

pwd
/home/…/citk/recipes

build-generator platform-requirements -p 'ubuntu xenial' distributions/build-generator-nightly.distribution
…
1 problem during LOAD/DISTRIBUTION phase:

  NO-APPLICABLE-METHOD-ERROR:
    There is no applicable method for the generic function
      #<STANDARD-GENERIC-FUNCTION JENKINS.MODEL.PROJECT:RECIPE-PATH (5)>
    when called with arguments
      (#<RECIPE-REPOSITORY /home/…/citk/recipes/ toolkit mode {100784F8E3}>
       :DISTRIBUTION NIL).
See also:
  The ANSI Standard, Section 7.6.6

Which behavior did you expect?

The generator should process the specified recipe file.

What happened instead?

The above error message war printed and the generator did not produce the expected output.