run python in jenkins
This commit is contained in:
parent
e42bacbdbd
commit
972e98c9e1
@ -16,11 +16,5 @@ COPY ./script.py ./
|
|||||||
ARG KAGGLE_USERNAME=testKAGGLE_USERNAME
|
ARG KAGGLE_USERNAME=testKAGGLE_USERNAME
|
||||||
ARG KAGGLE_KEY=test1KAGGLE_KEY
|
ARG KAGGLE_KEY=test1KAGGLE_KEY
|
||||||
|
|
||||||
RUN echo $KAGGLE_USERNAME
|
|
||||||
RUN echo $KAGGLE_KEY
|
|
||||||
|
|
||||||
|
|
||||||
RUN env
|
|
||||||
|
|
||||||
# RUN ./download.sh 117928
|
# RUN ./download.sh 117928
|
||||||
RUN python3 ./script.py
|
# RUN python3 ./script.py
|
@ -26,7 +26,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Prepare dataset') {
|
stage('Prepare dataset') {
|
||||||
steps {
|
steps {
|
||||||
sh './download.sh $CUTOFF'
|
sh 'python3 ./script.py'
|
||||||
|
sh 'ls'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user