From 2e423e2ab0804b5f6228eac1a0a52d66a5c2c790 Mon Sep 17 00:00:00 2001 From: senatorovv <61406888+senatorovv@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:38:45 +0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 549be28aa..da3547016 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { agent none stages { stage('Maven Install') { + agent any steps { sh 'mvn clean install' }