From 4d4736b2ce52fb042a80f6d02c49b5ebc807f8c3 Mon Sep 17 00:00:00 2001 From: Sciocatti Date: Sat, 7 Jan 2023 17:55:45 +0200 Subject: [PATCH] Added note about org and Jenkins server access. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b7306..d99d74d 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,6 @@ If you configured the Sciocatti Jenkins pipeline during bootstrap, deployment ha These will be deployed to node ports on the cluster with ports as per the `deployment.yaml` specs in the `cicd` folder. -> Due note that branches eligible for deployments are configured on the Jenkins server, as deployments happen transparently to developers. \ No newline at end of file +> Due note that branches eligible for deployments are configured on the Jenkins server, as deployments happen transparently to developers. + +> Note that the bootstrapped repo has to be in a organization where the Jenkins user has visibility, and the organization must be configured and linked to the Jenkins server. \ No newline at end of file