@ -0,0 +1,23 @@
pipeline {
agent none
stages {
node{
stage('Clone'){
steps{
echo "Hello World"
}
stage('Clean'){