pipeline {
agent any
stages {
stage('checkout'){
steps {
echo 'Check out from version control'
}
stage('Hello') {
echo 'Hello World'