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

How to Install Jenkins CI on Kali Easy Guide

March 11, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 3. Setting Up Jenkins Repository

    How to SetUp Jenkins Apt Repo for Kali

    Apt Jenkins SetUp Kali
  2. 4. Installing Jenkins

    Installing Jenkins CI for Kali
    Simply play:

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