From a4ac127976c76499ea74b4dba80f6866916401f3 Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 11 Apr 2021 16:21:20 +0200 Subject: [PATCH] docker to Jenkinsfile in dataset-stats --- dataset_stats/Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dataset_stats/Jenkinsfile b/dataset_stats/Jenkinsfile index 41d8cde..788d92d 100644 --- a/dataset_stats/Jenkinsfile +++ b/dataset_stats/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + docker { image 'shroomy/ium:1' } + } parameters { buildSelector(defaultSelector: lastSuccessful(), @@ -7,6 +9,11 @@ pipeline { name: 'BUILD_SELECTOR') } stages { + stage('Test') { + steps { + sh 'cat /etc/issue' + } + } stage("copyArtifacts"){ steps { copyArtifacts fingerprintArtifacts: true,