Morning All,

We have been investigating the idea of moving our builds into GitLab CI 
from a Jenkins setup.

This has proven to be a beneficial step forward, particularly in regards to 
pre-merge builds. We have now deleted most of our Jenkins jobs. However, 
there is still one "style" of jobs that we've not managed to cater for.

Every night we run a full SonarQube analysis on our codebase. This is 
achieved by using a specific gradle task `gradle sonarqube`.

How should one attempt to set-up this kind of build in GitLab? It doesn't 
seem to support scheduled jobs.

The only compromise I have imagined is having some external stimulus to 
start the job, which seems counter-intuitive. The last thing I want is a 
Jenkins job to trigger a GitLab CI build (via the web hooks).

Am I overlooking something?

Any help / advice would be greatly appreciated.

Jamie.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/3f3b9ffd-c14b-401d-9a8e-7d0a843fc7e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to