From f06d5ae2ea5a4105e7cdaf34c248a8caca516795 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 7 Dec 2018 18:16:36 +0100 Subject: [PATCH] updates Gems and jenkinsfile --- Gemfile | 3 ++- Jenkinsfile | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) 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}}

{{{messageTitle}}}

@@ -128,7 +128,7 @@ Changelog of Git Changelog. {{/hasIssue}} {{#commits}} -[https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/{{hash}} {{hash}}] {{authorName}} {{commitTime}} +[https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/{{hash}} {{hash}}] {{authorName}} {{commitTime}} \'\'\'{{{messageTitle}}}\'\'\' @@ -163,7 +163,7 @@ Changelog of Git Changelog. {{#commits}} -{{hash}} {{authorName}} {{commitTime}} +{{hash}} {{authorName}} {{commitTime}}

{{{messageTitle}}}