From 0888678674cea2fed345983b41a264fd98968b3c Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 2 Feb 2020 20:35:56 +0000 Subject: + Added artifact retainment --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 34bae8d4f8..2264f00c1f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,3 +14,5 @@ pipelines: # You must commit the Gradle wrapper to your repository # https://docs.gradle.org/current/userguide/gradle_wrapper.html - bash ./gradlew build + artifacts: # defining the artifacts to be kept. + - build/libs/** \ No newline at end of file -- cgit