I use the TBC MkDocs Gitlab-CI template to build, then publish a static site which contains a lot of links to other sites.
So I should want to add in my CI job a check to verify:
If all my internal links (within the web site) are ok
if all my…
To deploy pages on gitlab, we needs to add a "variant" include.
Why it's an external yaml file and don't use the same template file with an option to (de)activate it ?
Starting the Gitlab CI for a project on a self-managed Gitlab, I would like to use the to-be-continuous templates.
So I wanted to follow the dedicated documentation, which requires a public root group to-be-continuous on our Gitlab.
But, for some…
I'm using the Maven template from To Be Continuous in order to build and deploy into Gitlab Packages.
My corporate network requires proxy to access Maven registry (Maven central) but my runner has direct access to Gitlab.
I set the proxy preferences…
I'm wondering why the job "tf-plan-production" in the to-be-continuous/terraform template is the only one running on a merge request pipeline?
Does anybody know the reason behind this?
Because I find it disturbing to have 2 pipelines, 1 detached…
I am a new comer in to-be-continuous helm template. I would like to know if helm template is able to install multiple package/release from external charts available from Internet with customized values in local value.yml files ?
As with GitLab CI…
I have just arrived on a project which is in the transformation phase and I would like to set up two templates that you propose. Maven and docker. I have two approaches :) but I need your advice.
1st approach: I would like to do the build and the…
When using "to be continuous" Docker template, the Docker image is built and pushed to DOCKER_SNAPSHOT_IMAGE or DOCKER_RELEASE_IMAGE.
Why is there a step to publish image with skopeo, if that is already done in the built step ?
Thank you for your work.
I am Working on Terraform using your template, and need to set my CUSTOM_ENVIRONMENT_NAME variable differently depending on the environment, in your included jobs but also in others' and mine.
There are different logics to…
I'm having some issues when trying to use Hashicorp vault template (with terraform to.be.continuous).
Actually when I use it with terraform-vault template I got an error message.
This is a summary of .gitlab-ci.yml
include:
- project:…
I'm having some issues when trying to use Hashicorp vault template (kubernetes with Google Kubernetes Engine) with to.be.continuous.
Actually when I use it with Google Docker Kaniko layer I got an error message: ... wget: bad address…
Following the instructions from here, I'm attempting to get to-be-continuous up and running.
I've created the empty to-be-continuous root group and the Maintainer non-individual GitLab account, and generated its appropriately scoped personal access…
We have a copy of to-be-continuous at Orange, which is currently used like this:
include:
# Python template
- project: "to-be-continuous/python"
ref: "1.2.2"
file: "/templates/gitlab-ci-python.yml"
However I have no idea how the sync…
I'm trying to use RobotFramework template to test an internet website but getting the following error:
$ robot_cli $ROBOT_OPTIONS --variable BROWSER:${ROBOT_BROWSER} --outputdir "rf_reports/" --xunit robot-junit.xml $ROBOT_TESTS_DIR
[INFO] Upstream…