diff --git a/Jenkinsfile b/Jenkinsfile index 3d82d2b..68f96ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,9 @@ pipeline { stages { stage('Build') { steps { - build 'Build' + echo 'Building V10Lift...' } } } -} \ No newline at end of file +}