From e1a2d237f813cda20c3dbe00fa6e674ff7b409f7 Mon Sep 17 00:00:00 2001 From: rforstner Date: Mon, 22 Nov 2021 17:31:46 +0100 Subject: [PATCH] init commit --- Jenkinsfile | 7 +++++++ requirements.txt | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d8f49f0..669e718 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,12 @@ } //label libraryBuild is available in CN JAWS and ROW JAWS, therefore this one was used; no additional intents agent{label 'libraryBuild'} + + + //here comes the trigger according to crontabs + triggers { + cron('0 0 1 * *') + } environment { //ProxySettings AUTH = credentials('proxy') @@ -29,6 +35,7 @@ stage('install required packages') { steps { sh ''' + pip install -upgrade pip pip install -r requirements.txt ''' } diff --git a/requirements.txt b/requirements.txt index 23d86e7..9444a88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ python-decouple pyyaml pandas -decouple requests datetime argparse \ No newline at end of file