pipeline { agent any stages { stage('') { steps { echo 'KUKUSIKI' } } } }