updates Gems and jenkinsfile
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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
16
Jenkinsfile
vendored
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user