Meridio: Fix missing container registry credentials 66/15066/3
authorLionel Jouin <lionel.jouin@est.tech>
Fri, 9 Sep 2022 09:27:35 +0000 (11:27 +0200)
committerLionel Jouin <lionel.jouin@est.tech>
Fri, 9 Sep 2022 09:58:00 +0000 (11:58 +0200)
- Add wrappers to mask-passwords, add 30min timeout and include the
  nordix harbor credentials

Change-Id: Ie0f82c47b1e5676bb668cfc3254cba89da5fe565

jjb/nsm/meridio-periodic.yaml
jjb/nsm/meridio-pull-request.yaml

index c36543c15746270ce6ff5f5d55e7746c9ee13ed1..bac35f2c7573c8140618b696eced96c914238179 100644 (file)
@@ -38,8 +38,6 @@
 
     concurrent: true
 
-    node: nordix-nsm-build-ubuntu1804
-
     properties:
       - github:
           url: https://github.com/Nordix/Meridio
       - pollscm:
           cron: '@midnight'
 
+    wrappers:
+      - build-timeout:
+          timeout: 30
+      - nordixinfra-harbor-creds-wrapper
+      - mask-passwords
+
     dsl: 
       !include-raw-escape: Jenkinsfile
 
index 74a0686b7adcb72742aa3aa92662b67cdecf96dc..ad556d0c449a4e5cf4990d83dc970dd13d6c0256 100644 (file)
@@ -39,8 +39,6 @@
 
     concurrent: true
 
-    node: nordix-nsm-build-ubuntu1804
-
     properties:
       - github:
           url: https://github.com/Nordix/Meridio
           only-trigger-phrase: false
           cron: 'H/5 * * * *'
 
+    wrappers:
+      - build-timeout:
+          timeout: 30
+      - nordixinfra-harbor-creds-wrapper
+      - mask-passwords
+
     dsl: 
       !include-raw-escape: Jenkinsfile