Skip to content
Snippets Groups Projects
Commit cbe0f96e authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated Jenkinsfile with a cron and upstream trigger.

parent d3ca0672
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ pipeline {
}
}
triggers {
cron('0 1 * * *')
upstream(upstreamProjects: 'kieker-dev/master', threshold: hudson.model.Result.SUCCESS)
}
environment {
KEYSTORE = credentials('kieker-irl-key')
UPDATE_SITE_URL = "sftp://repo@repo.se.internal/moobench"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment