Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 25 to 25 | ||||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | Enable package deployment to nexusIn order to publish artifacts in nexus, it is necessary to define a file on each build node under the jenkins user home directory. The file is ~jenkins/.m2/settings.xml and the content should be the following:<settings> <servers> <server> <id>sonatype-nexus-staging</id> <username>jenkins</username> <password>***</password> </server> </servers> </settings>The id is the one that must be specified in the pom.xml section for the deployment. Install build packagesThese packages are considered the minimum build environment. Install them on the slave node.cmake bash bzip2 coreutils cpio diffutils fedora-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz | |||||||
-- FabioCapannini - 2013-05-08 \ No newline at end of file |