From b2489122e73532aef798c28e5c9f7eb9e3b6ca56 Mon Sep 17 00:00:00 2001 From: jeanjerome Date: Sun, 27 Aug 2023 23:12:53 +0200 Subject: [PATCH] ref(15): Start testing wild integration with Jenkins --- config/k8s/containers-init.yaml | 5 +---- vars/wildPipeline.groovy | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/k8s/containers-init.yaml b/config/k8s/containers-init.yaml index 3884301..4791b15 100644 --- a/config/k8s/containers-init.yaml +++ b/config/k8s/containers-init.yaml @@ -14,7 +14,4 @@ spec: memory: "128Mi" limits: cpu: "0.5" - memory: "512Mi" - securityContext: - runAsNonRoot: true - runAsUser: 1000 \ No newline at end of file + memory: "512Mi" \ No newline at end of file diff --git a/vars/wildPipeline.groovy b/vars/wildPipeline.groovy index 53231c3..ee60959 100644 --- a/vars/wildPipeline.groovy +++ b/vars/wildPipeline.groovy @@ -56,7 +56,7 @@ def call() { def config_containers = readYaml(file: "${wild_path}/config/k8s/containers-config.yaml") def names_containers_run = [] - container('wild') { + container('bash') { sh( script: ''' . ${wild_path}/src/lib/test.sh test_system