Closed kares closed 4 years ago
this is due LS 6.5.4 release missing /logstash-6.5.4/logstash-core-plugin-api/versions-gem-copy.yml
let's do a work-around as this has been only 'fixed' in 6.7.0 ... cp-ing the file over if missing. so that its less confusing when runing against older LS versions.
I believe this is the symptom?
Colin Surprenant @jarvis publish --no-check-build https://github.com/logstash-plugins/logstash-codec-csv
17:45
jarvisAPP :ninja: Trying to publish logstash-plugins/logstash-codec-csv from the following branches: master
17:45
Running command: bundle install
17:46
Running command: ruby -rbundler/setup -S rake vendor
17:46
:sadpanda: An error occurred in publish: Jarvis::SubprocessFailure - subprocess failed with code 1
yes, likely the exit code was 1 for these cases until deployed you can work-around setting a different (newer) LS for the build e.g.
@jarvis publish --no-check-build --env "LOGSTASH_SOURCE=1 LOGSTASH_PATH=RELEASE@6.8.6" ...
re-deployed jarvis with the fix
what is weird that few publish-es went fine since deploying https://github.com/elastic/jarvis/pull/100 lately we've run into issues doing a following publish: