Based on the above answers I used below command to clear the server from big log files (after cd'ing into /var/lib/jenkins)
find -type f -name *log -size +500M -delete
Based on the above answers I used below command to clear the server from big log files (after cd'ing into /var/lib/jenkins)
find -type f -name *log -size +500M -delete