You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
The idea of
throwing the tests by SSH and capturing logs by some Logstash seems cool, I would not use
the same machines as Jenkins slaves since they could affect performance, so all by
ssh. I would also use an isolated data network and similar hardware to the production one, will give you more insight.
I
would recommend using pipelines and stages especially if they are
going to be long tests. With Jenkinsfile is surprisingly easy to make and will help you to visualize the stages.