Results 17 comments of Jan vStone

@aswen sorry about the late reply. I think it would be this `eval $(parse_yaml $lastrunfile $yaml_prefix)` line. Our catalog version uses the last commit message, whenever there is a quote...

Raw data and files would also be useful to give developers access to errors in different log files. But this would imply tracking maybe files that are not in a...

@allinurl A simple panel that would allow access to a file (scroll through) and tail functionality. For example php/apache/... error logs. Or even a custom application log.

Maybe try to add loading and passing through settings in a unified way too. This way we might prevent a lot of copy pastes and hardcoded configuration in the jobs,...

[0001-This-way-of-checking-the-semver-no-longer-makes-sens.patch.txt](https://github.com/jordansissel/fpm/files/1386646/0001-This-way-of-checking-the-semver-no-longer-makes-sens.patch.txt) ```diff diff --git a/spec/fpm/package/deb_spec.rb b/spec/fpm/package/deb_spec.rb index 0017849..dbca977 100644 --- a/spec/fpm/package/deb_spec.rb +++ b/spec/fpm/package/deb_spec.rb @@ -138,7 +138,6 @@ describe FPM::Package::Deb do original.architecture = "all" original.dependencies

@josephholsten Could you rebase this pr and include the patch I added to fix the tests? Maybe we can get @jordansissel to merge it then

This was once (several years ago) already attempted in #12

I (almost) have a similar gem (that does a little bit more) which in turn uses fpm. Either way, it would be nice to have a 'voxpupuli' solution for this...

Furthermore: The jenkins mirrors are not working in the same way the updates.jenkinsci.org website does: If a version has been specified the download url is `https://updates.jenkins-ci.org/download/plugins/swarm/2.2/swarm.hpi` while on the mirror...