Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Jenkins Plugin manifest are now readable since it has got some invalid byte sequence in US-ASCII #265

Closed
v1v opened this issue Apr 14, 2015 · 2 comments
Labels
bug Something isn't working

Comments

@v1v
Copy link
Contributor

v1v commented Apr 14, 2015

Since it cannot read those Manifest files it keeps restarting the jenkins service:

Notice: Download <ghprb 1.16-5> because this <ghprb 1.16-5(,|$)> is not in installed plugin list above!!
Notice: /Stage[main]/Jenkins_king::Baseline_local/Jenkins_king::Plugin[ghprb]/Jenkins::Plugin[ghprb]/Notify[Download <ghprb 1.16-5> because this <ghprb 1.16-5(,|$)> is not in installed plugin list above!!]/message: defined 'message' as 'Download <ghprb 1.16-5> because this <ghprb 1.16-5(,|$)> is not in installed plugin list above!!'
Notice: /Stage[main]/Jenkins_king::Baseline_local/Jenkins_king::Plugin[ghprb]/Jenkins::Plugin[ghprb]/Exec[download-ghprb]/returns: executed successfully
Notice: /Stage[main]/Jenkins_king::Baseline_local/Jenkins_king::Plugin[ghprb]/Jenkins::Plugin[ghprb]/File[/var/lib/jenkins/plugins/ghprb.hpi]/owner: owner changed 'root' to 'jenkins'
Info: /Stage[main]/Jenkins_king::Baseline_local/Jenkins_king::Plugin[ghprb]/Jenkins::Plugin[ghprb]/File[/var/lib/jenkins/plugins/ghprb.hpi]: Scheduling refresh of Service[jenkins]
Notice: /Stage[main]/Jenkins::Service/Service[jenkins]/enable: enable changed 'false' to 'true'
Notice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 events

I've seen that behaviour within:

Already raised a ticket in order to avoid non-ASCII chars:

@v1v
Copy link
Contributor Author

v1v commented Apr 16, 2015

There are two types of MANIFEST.mf encoding:

  • UTF
  • US-ASCII

@jhoblitt jhoblitt added the bug Something isn't working label Oct 12, 2015
@jhoblitt
Copy link
Member

I assume this has been resolved in the upstream(s).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants