From 45bab85f092c5747bc74c43312a3049af0c37466 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sun, 22 Oct 2023 19:20:48 -0700 Subject: [PATCH] Update gradle path command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b79f21d..83fab0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stages { stage('Gradle Build') { steps { - sh 'gradle clean build' + sh './gradlew clean build' } } }