I'm new to Jenkins. First shocking thing that kills me is that it's is consuming more than 2 Gigabytes of RAM while doing ..."nothing".
Is there something wrong on my setup?
I'm just interested in executing some Jenkinfile's pipelines developed by third parties. (I'm used to do CI on Unix/Shell scripts). I'm wondering whether I can launch/execute those Jenkinfile pipelines without the need of having a (2Gb of RAM) server running, maybe by just running Jenkins as an standard java application that loads my jenkinsfile, execute "anything" and ends. That is, using Jenkins as a normal script language interpreting my jenkinsfile.