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 'facter'
gem 'rspec-puppet'
#gem 'puppet-strings'
gem 'yard'
gem 'puppet-strings', '< 2.0.0'
gem 'rake'
gem 'semantic_puppet'
gem 'rgen'

16
Jenkinsfile vendored
View File

@@ -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}}
<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>
<h3>{{{messageTitle}}}</h3>
@@ -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}}
<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>
<h3>{{{messageTitle}}}</h3>