diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 762e683c48568de5727591b8cf900a4fc0d816c1..0000000000000000000000000000000000000000 --- a/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM python:3 - -ENV INPUT_GITEE_USERNAME=Jerrywjy INPUT_GITEE_REPO=spark-store-project/Spark-Wiki \ - INPUT_DIRECTORY=docs INPUT_HTTPS=True INPUT_BRANCH=master PYTHONPATH=/app - -RUN mkdir /app && wget https://gitee.com/Jerrywjy/gitee-pages-action/raw/master/main.py -O /app/main.py \ - && pip install requests rsa -i https://pypi.tuna.tsinghua.edu.cn/simple - - - diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 62d7027dda1e72aabf01be7aab35f9493a4aa002..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,18 +0,0 @@ -pipeline { - agent any - stages { - stage('Build') { - environment{ - password=credentials('Jerry_gitee_pass') - } - agent { - dockerfile { - filename 'Dockerfile' - } - } - steps { - sh "export INPUT_GITEE_PASSWORD=${env.password} && env && python /app/main.py" - } - } - } - } \ No newline at end of file