pipeline {
  agent any
  stages {
    stage('Build') {
      steps {
        echo 'Building V10Lift...'
      }
    }

  }
}