diff --git a/Dockerfile b/Dockerfile index d9b6001..8777dab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN chmod o+wrx ./startscript1.sh RUN chmod o+wrx ./runPythonScripts.sh -# RUN ./startscript1.sh \ No newline at end of file +RUN ./startscript1.sh \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 6764976..f15a51b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,8 +26,8 @@ pipeline { stage("Shell Scripts") { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" - sh 'ls -la' - sh './startscript1.sh' + // sh 'ls -la' + // sh './startscript1.sh' archiveArtifacts 'data.txt' } }