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 '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
16
Jenkinsfile
vendored
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user