Open pcfe opened 6 years ago
in pushtests.sh the following is used;
pushtests.sh
"hammer content-host info --name ${I} --organization \"${ORG}\""
but with tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch I get
tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch
Error: No such sub-command 'content-host'
and
Error: Unrecognised option '--organization'
Turns out I missed a hammer syntax change, looking at my build logs, already a while back.
The following works better
"hammer host info --name ${I}"
fixed in branch jenkins_pipeline by 019f5d4
fixed in branch feat-puppet-only by 3e125d4f1d8a54d2666139081499a4190d669ccd
in
pushtests.sh
the following is used;but with
tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch
I getand
Turns out I missed a hammer syntax change, looking at my build logs, already a while back.
The following works better