Howto Jenkins+Jmeter HTML reports Task: Fix display JMeter reports on the resource page Fix: Modify /etc/default/jenkins file to: … # Allow graphs etc. to… Continue reading “Howto Jenkins+Jmeter HTML reports”…
Howto check site working in the Jenkins pipeline Task: Check site working (response code = 200) in the Jenkins pipeline step Implementation sh script: url=’https://scalan.com’ attempts=5 timeout=10 online=false… Continue reading “Howto check site working in the Jenkins pipeline”…
How to update Jenkins CI/CD Task: update early installed jenkins ci/cd Implementation steps: Open jenkins home URL and check job’s working. Done. Continue reading “How to update Jenkins CI/CD”…