diff --git a/Jenkinsfile b/Jenkinsfile index e1c4c10f1..bf6ad356b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent any stages { stage('Build') { steps { -sh './mvnw package' + echo "Build from Dev" } } } } \ No newline at end of file