X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdefaults.yaml;h=d401488690d93266127ef5da2ff83de150c7f7cc;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=a3d48b3aa02fa12f06f2f8738a5bc6c41cbf5953;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index a3d48b3a..d4014886 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -13,7 +13,7 @@ build-days-to-keep: 30 # pattern for build files to archive - archive-artifacts: '' + archive-artifacts: "" # most jobs invoke docker build-node: ubuntu1804-docker-4c-4g @@ -24,16 +24,16 @@ container-staging-registry: nexus3.o-ran-sc.org:10004 # templates use the push registry key; # counter-intuitively, the quotes here are REQUIRED - container-push-registry: '{container-staging-registry}' + container-push-registry: "{container-staging-registry}" # Don't define default java version here, # it will not be used by lf-maven-jobs. # Default maven version mvn-version: mvn35 # Default maven goals - mvn-goals: 'clean install' + mvn-goals: "clean install" # Default JVM invocation options - mvn-opts: '' + mvn-opts: "" mvn-site-id: site mvn-staging-id: staging mvn-snapshot-id: snapshots