From 125c2b30cf193aa4f3964adb659a3813afe4f89a Mon Sep 17 00:00:00 2001 From: s434695 Date: Sat, 15 May 2021 19:25:09 +0200 Subject: [PATCH] im a sad boi now --- Jenkinsfile | 4 ++++ dataset_stats/Jenkinsfile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index aeebecd..56999d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,10 @@ pipeline { agent { dockerfile true } + + options { + copyArtifactPermission('s434742-training, s434742-evaluation'); + } //Definijuemy parametry, które będzie można podać podczas wywoływania zadania parameters { string ( diff --git a/dataset_stats/Jenkinsfile b/dataset_stats/Jenkinsfile index a901ffb..41b4f4e 100644 --- a/dataset_stats/Jenkinsfile +++ b/dataset_stats/Jenkinsfile @@ -2,6 +2,10 @@ pipeline { agent { docker { image 'shroomy/ium:2' } } + + options { + copyArtifactPermission('s434742-training, s434742-evaluation'); + } parameters { buildSelector(defaultSelector: lastSuccessful(),