add Dockerfile and change agent

This commit is contained in:
PawelDopierala 2024-04-02 19:46:56 +02:00
parent d3e681fe33
commit f0730957eb
2 changed files with 15 additions and 1 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip
RUN pip3 install --user kaggle pandas
ENV PATH="/root/.local/bin:${PATH}"
COPY data_processing.sh .
WORKDIR .

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
dockerfile true
}
parameters {
string(