diff --git a/Jenkinsfile b/Jenkinsfile index 3f70913fd2c44204dd5d3bb2014f511904db1033..00e0f226c292b75c4893d35839e1b97368ef19c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,10 +10,10 @@ pipeline { } } -// triggers { -// cron('0 1 * * *') + triggers { + cron('0 1 * * 7') // upstream(upstreamProjects: 'kieker-dev/master', threshold: hudson.model.Result.SUCCESS) -// } + } environment { KEYSTORE = credentials('kieker-irl-key') diff --git a/config.rc b/config.rc index 554570004a0b7a55b95dd022b791bc325cd6ddc8..9a7859b1eccca833856dcd11e7256febca0f8e21 120000 --- a/config.rc +++ b/config.rc @@ -1 +1 @@ -test.rc \ No newline at end of file +experiment.rc \ No newline at end of file