updates Gems and jenkinsfile

This commit is contained in:
Arne Teuke
2018-12-07 18:16:36 +01:00
parent e9cdca1598
commit f06d5ae2ea
2 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,8 @@ gem 'puppetlabs_spec_helper', '>= 1.0.0'
gem 'puppet-lint' gem 'puppet-lint'
gem 'facter' gem 'facter'
gem 'rspec-puppet' gem 'rspec-puppet'
#gem 'puppet-strings' gem 'yard'
gem 'puppet-strings', '< 2.0.0'
gem 'rake' gem 'rake'
gem 'semantic_puppet' gem 'semantic_puppet'
gem 'rgen' gem 'rgen'

16
Jenkinsfile vendored
View File

@@ -64,11 +64,11 @@ pipeline {
} }
} }
// stage('create Puppet documention') { stage('create Puppet documention') {
// steps { steps {
// sh 'puppet strings' sh '/opt/puppetlabs/bin/puppet strings'
// } }
// } }
stage('create changelog') { stage('create changelog') {
steps{ steps{
@@ -95,7 +95,7 @@ Changelog of Git Changelog.
{{#commits}} {{#commits}}
<a href="https://gitlab.puppetsoft.com/12WW1160/git-changelog-lib/commit/{{hash}}">{{hash}}</a> {{authorName}} <i>{{commitTime}}</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/{{hash}}">{{hash}}</a> {{authorName}} <i>{{commitTime}}</i>
<p> <p>
<h3>{{{messageTitle}}}</h3> <h3>{{{messageTitle}}}</h3>
@@ -128,7 +128,7 @@ Changelog of Git Changelog.
{{/hasIssue}} {{/hasIssue}}
{{#commits}} {{#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}}}\'\'\' \'\'\'{{{messageTitle}}}\'\'\'
@@ -163,7 +163,7 @@ Changelog of Git Changelog.
{{#commits}} {{#commits}}
<a href="https://github.com/12WW1160/git-changelog-lib/commit/{{hash}}">{{hash}}</a> {{authorName}} <i>{{commitTime}}</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/{{hash}}">{{hash}}</a> {{authorName}} <i>{{commitTime}}</i>
<p> <p>
<h3>{{{messageTitle}}}</h3> <h3>{{{messageTitle}}}</h3>