diff --git a/Gemfile b/Gemfile index 807ab6f..991761c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,8 @@ gem 'puppetlabs_spec_helper', '>= 1.0.0' gem 'puppet-lint' gem 'facter' gem 'rspec-puppet' -#gem 'puppet-strings' +gem 'yard' + gem 'puppet-strings', '< 2.0.0' gem 'rake' gem 'semantic_puppet' gem 'rgen' diff --git a/Jenkinsfile b/Jenkinsfile index 73c6752..b3e695b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,11 +64,11 @@ pipeline { } } -// stage('create Puppet documention') { -// steps { -// sh 'puppet strings' -// } -// } + stage('create Puppet documention') { + steps { + sh '/opt/puppetlabs/bin/puppet strings' + } + } stage('create changelog') { steps{ @@ -95,7 +95,7 @@ Changelog of Git Changelog. {{#commits}} -{{hash}} {{authorName}} {{commitTime}} +{{hash}} {{authorName}} {{commitTime}}