diff --git a/Jenkinsfile b/Jenkinsfile index 17cce7160..bbf4ab4ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,15 +8,10 @@ pipeline { stages { stage('Build') { steps { - sh './gradlew shadowJar' + sh './gradlew build' archiveArtifacts 'proxy/build/libs/*-all.jar,api/build/libs/*-all.jar' } } - stage('Test') { - steps { - sh './gradlew test' - } - } stage('Deploy Artifacts') { when { expression {