First search for your question or topic, or browse the discussions below
I don't know if I'm missing something again, but seems I cannot find logs created during Jenkins job runs anywhere in Cloudwatch. In the Jenkins UI I can of course see the console output and stuff per run, but doing like $this→getLogger()→error("stuff") in job code doesn't send anything to Cloudwatch.
Hello, I found that Jenkins container in AWS does not use SWAP. It seems to be a big problem, because whenever queue worker takes more processes, then Jenkins is completely killed or stuck. Even official documentation () says that queue worker can start plenty of processes, which in total can take GBs of memory. Solution…