diff --git a/changes.sexp b/changes.sexp index eb903f8..93805a2 100644 --- a/changes.sexp +++ b/changes.sexp @@ -1,5 +1,9 @@ ((:release "0.35" nil + (:bugfix + "Generating Jenkins jobs for projects which use the" (:verb "archive") + "scm no longer fails.") + (:enhancement "The Jenkins installation performed by the" (:verb "install-jenkins") "command now includes the" (:verb "permissive-script-security") "plugin diff --git a/src/model/aspects/aspects-scm.lisp b/src/model/aspects/aspects-scm.lisp index a45990a..6345045 100644 --- a/src/model/aspects/aspects-scm.lisp +++ b/src/model/aspects/aspects-scm.lisp @@ -41,7 +41,7 @@ ;; Generate archive download and extraction as a shell builder. (let ((command (extend! aspect spec 'string :command))) (push (constraint! (build ((:before t))) - (make-instance 'jenkins.api.builder/shell :command command)) + (make-instance 'jenkins.api:builder/shell :command command)) (jenkins.api:builders job)))) (defmethod extend! ((aspect aspect-archive)