<distributionManagement> <repository> <id>fxg-releases</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-releases</url> </repository> <snapshotRepository> <id>fxg-snapshots</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-snapshots</url> </snapshotRepository> <site> <id>mvnown</id> <url>scpexe://maven.x.com/var/fedex/scm/mvn/httproot/site/${project.artifactId}/${project.artifactId}-${project.version}</url> </site> </distributionManagement> SETTINGS XML <settings> <!-- Switching to c:/temp for the "document and settings" spacing issues some projects have when stepping out of the java realm to perform function by a plugin. --> <localRepository>${java.io.tmpdir}/${user.name}/repository</localRepository> <interactiveMode>true</interactiveMode> <proxies> <proxy> <active /> <port>3128</port> <host>internet.proxy.fedex.com</host> <id>FedEx VPN Proxy</id> </proxy> </proxies> <servers> <server> <id>releases</id> <username>scm</username> <password>****</password> </server> <server> <id>snapshots</id> <username>dev</username> <password>LKLKLJLKJL</password> </server> </servers> <mirrors> <mirror> <id>proxy</id> <name>Maven Proxy</name> <url>http://maven.x.com:9999/nexus/content/groups/m2/</url> <mirrorOf>external:*,!my-nexus</mirrorOf> </mirror> <mirror> <id>my-nexus</id> <name> Maven Repository Manager running on </name> <url>https://nexus.x.com:8443/nexus/content/groups/m2/</url> <mirrorOf>*</mirrorOf> </mirror> </mirrors> <profiles> <profile> <id>nexus</id> <repositories> <repository> <id>corp-nexus-snapshots</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>corp-nexus-releases</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-releases</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> </profile> </profiles> <activeProfiles> <activeProfile>nexus</activeProfile> </activeProfiles> </settings>
Rants and ravings of a semi-autistic developer who has a hard time remembering idiotic nonsense details. Why remember it, when you know where to find it.
Tuesday, March 14, 2017
settings.xml mirrors repositories proxy
Monday, March 6, 2017
Jenkins/Cloudbees Available Environment Variables
Name ↓ | Value |
---|---|
_ | |
ANDROID_HOME | |
BUILD_CAUSE | MANUALTRIGGER |
BUILD_CAUSE_MANUALTRIGGER | true |
BUILD_DISPLAY_NAME | |
BUILD_ID | 39 |
BUILD_NUMBER | 39 |
BUILD_TAG | jenkins |
BUILD_URL | https |
DONT_DEPLOY | false |
EXECUTOR_NUMBER | 3 |
grunt | |
HOME | |
HUDSON_HOME | |
HUDSON_SERVER_COOKIE | 4b4586c89a3e8abe |
HUDSON_URL | https |
JAVA_HOME | |
JENKINS_HOME | |
JENKINS_SERVER_COOKIE | 4b4586c89a3e8abe |
JENKINS_URL | https |
JOB_BASE_NAME | EFS |
JOB_NAME | EFS |
JOB_URL | https |
LOGNAME | jenkins |
NLSPATH | |
NODE_LABELS | 2144 Android Java7 Java8 Tomcat Tomcat |
NODE_NAME | Tomcat |
OLDPWD | |
PATH | |
PATH+JDK | |
PWD | |
RELEASE_TAG | 1 |
ROOT_BUILD_CAUSE | MANUALTRIGGER |
ROOT_BUILD_CAUSE_MANUALTRIGGER | true |
SHELL | |
SHLVL | 1 |
SOURCE_BRANCH | 1 |
SSH_CLIENT | 10 |
SSH_CONNECTION | 10 |
USER | jenkins |
XFILESEARCHPATH |
Subscribe to:
Posts (Atom)