This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch kiegroup_to_apache
in repository https://gitbox.apache.org/repos/asf/incubator-kie-benchmarks.git


The following commit(s) were added to refs/heads/kiegroup_to_apache by this 
push:
     new 50593058 Delete jenkins-settings.xml
50593058 is described below

commit 50593058e3c0252f3173e5dca8007c617d5ce426
Author: Tibor Zimányi <[email protected]>
AuthorDate: Thu Oct 12 16:13:59 2023 +0200

    Delete jenkins-settings.xml
---
 jenkins-settings.xml | 80 ----------------------------------------------------
 1 file changed, 80 deletions(-)

diff --git a/jenkins-settings.xml b/jenkins-settings.xml
deleted file mode 100644
index e983b8b6..00000000
--- a/jenkins-settings.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-  http://maven.apache.org/xsd/settings-1.0.0.xsd";>
-
-  <!-- servers
-          | This is a list of authentication profiles, keyed by the server-id 
used within the system.
-   | Authentication profiles can be used whenever maven must make a connection 
to a remote server.
-   |-->
-  <servers>
-    <server>
-      <id>jboss-releases-repository</id>
-      <username>kiereleaseuser</username>
-      <password>hJi8Zpa34gT</password>
-    </server>
-    <server>
-      <id>jboss-snapshots-repository</id>
-      <username>hudson-services</username>
-      <password>fiNi83Noauqw</password>
-    </server>
-  </servers>
-  <mirrors>
-    <mirror>
-        <id>mirror-central</id>
-        <mirrorOf>external:*</mirrorOf>
-        
<url>https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/</url>
-    </mirror>
-  </mirrors>
-
-  <profiles>
-    <profile>
-      <id>internal-npm-registry</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        
<npmRegistryURL>https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/</npmRegistryURL>
-        
<yarnDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/yarn/</yarnDownloadRoot>
-        
<nodeDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/node/</nodeDownloadRoot>
-        
<npmDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/npm/</npmDownloadRoot>
-      </properties>
-    </profile>
-
-    <profile>
-      <id>repository-for-snapshots</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <!-- M2 Central repository with snapshots enabled - required to be able 
to resolve snapshots via mirror -->
-      <repositories>
-        <repository>
-          <id>central</id>
-          <name>Central Repository</name>
-          <url>https://repo.maven.apache.org/maven2</url>
-          <layout>default</layout>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-          <releases>
-            <enabled>true</enabled>
-          </releases>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>central</id>
-          <name>Central Repository</name>
-          <url>https://repo.maven.apache.org/maven2</url>
-          <layout>default</layout>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-          <releases>
-            <enabled>true</enabled>
-          </releases>
-        </pluginRepository>
-      </pluginRepositories>
-    </profile>
-  </profiles>
-</settings>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to