zadanie doker
This commit is contained in:
parent
3726cdb317
commit
cceda43fb9
@ -4,3 +4,4 @@ FROM python:3.9
|
|||||||
RUN pip install --user kaggle
|
RUN pip install --user kaggle
|
||||||
RUN pip install --user pandas
|
RUN pip install --user pandas
|
||||||
|
|
||||||
|
CMD python kagle.py
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,9 +27,7 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!!!'
|
echo 'Hello world!!!'
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]])
|
||||||
sh "chmod u+x ./kagle.py"
|
|
||||||
sh "python3 kagle.py"
|
|
||||||
archiveArtifacts 'data.csv'
|
archiveArtifacts 'data.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user