From 127c9d51139db3b9d66f44bb77f424699a5a26c7 Mon Sep 17 00:00:00 2001 From: s444417 Date: Wed, 4 May 2022 16:15:32 +0200 Subject: [PATCH] change jenkinsfile --- Dockerfile | 2 -- Jenkinsfile | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f2ce4b..ef66e83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,4 @@ RUN chmod o+wrx ./startscript1.sh RUN chmod o+wrx ./startscript2.sh -RUN ./startscript1.sh - RUN ls -la diff --git a/Jenkinsfile b/Jenkinsfile index 271b6d1..31b27f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,8 @@ pipeline { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" // sh 'ls -la' - // sh './startscript1.sh' + sh 'unzip house-price-dataset.zip' + sh 'python3 ./src/task1python.py' archiveArtifacts 'Participants_Data_HPP/**/*.*' } }