Fixes #1090 Stage plugin before deleting existing plugin #189
Annotations
10 errors and 10 warnings
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on sles-11-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on opensuse-15-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on centos-9-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on ubuntu-20.04-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on rocky-8-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on oraclelinux-8-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on almalinux-8-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on redhat-8-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on sles-12-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on rocky-9-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on sles-11-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on sles-11-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on sles-11-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on sles-11-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/unit/jenkins_plugins_spec.rb#L85
Puppet::Jenkins::Plugins.available when plugins exist generates a list of plugins
Failure/Error: raise
RuntimeError:
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on opensuse-15-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on opensuse-15-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on opensuse-15-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on opensuse-15-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L327
jenkins::plugin on centos-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Loading