Questions tagged [to-be-continuous]

"to be continuous" is an opinionated framework for GitLab CI

Official website: https://to-be-continuous.gitlab.io/doc/

Code repository: https://gitlab.com/to-be-continuous

18 questions
0
votes
1 answer

Can I use several "to be continuous" build templates?

I have a single Git repository with several independent applications, developed in several languages (a.k.a monorepo). In this repository, can I use multiple to be continuous templates to build in parallel all my projects ?
pismy
  • 733
  • 5
  • 12
0
votes
1 answer

Can I change default production branch and/or integration branch?

to be continuous is a set of advanced ready-to use templates for GitLab CI. By default, every to be continuous template is considering master as the default production branch, and develop the default integration branch. Can this default behavior be…
pismy
  • 733
  • 5
  • 12
-1
votes
1 answer

How can I activate debug logs with "to be continuous"?

I'm using to be continuous templates in my GitLab projects, but sometimes job fail and I lack debug information to troubleshoot the problem. How can I activate debug logs in to be continuous pipeline jobs ? For instance by enabling verbosity in…
pismy
  • 733
  • 5
  • 12
1
2