This commit is contained in:
s444501 2022-06-04 21:31:20 +02:00
parent f7a1ebf119
commit 04cba53919
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN pip3 install dvc[ssh]
RUN mkdir /.kaggle && chmod o+w /.kaggle
RUN useradd -r -u 111 jenkins
RUN useradd -r -u 777 jenkins
RUN apt install -y sshpass openssh-client
WORKDIR /ium

1
Jenkinsfile vendored
View File

@ -38,6 +38,7 @@ pipeline {
sh "python ium-data.py"
}
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
sh 'dvc push'
}
}
stage ('Model - training') {