$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Jenkins Installation in Parrot OS

October 5, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 3. Setting Up Jenkins Repository

    How to SetUp Jenkins Apt Repo for Parrot Linux

    Apt Jenkins SetUp Parrot
  2. 4. Installing Jenkins

    Installing Jenkins CI for Parrot
    Simply play:

    sudo su -c "apt-get update; apt-get install jenkins"