Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | How to add new JENKINS slave nodes (clients) | |||||||
> > | How to add new JENKINS slave nodes (clients) | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Deleted: | ||||||||
< < | ||||||||
How to add new JENKINS slave nodes (clients) | ||||||||
Added: | ||||||||
> > | ||||||||
Set up the jenkins user on the client node
Passwordless ssh from jenkins server configuration | ||||||||
Line: 44 to 44 | ||||||||
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 | ||||||||
Changed: | ||||||||
< < | -- FabioCapannini - 2013-05-08 | |||||||
> > | and
boost boost-devel createrepo |
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 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 7 to 7 | ||||||||
Set up the jenkins user on the client node
Passwordless ssh from jenkins server configuration | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Passwordless ssh from jenkins client configuration
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
How to add new JENKINS slave nodes (clients)Set up the jenkins user on the client node
Passwordless ssh from jenkins server configuration
Passwordless ssh from jenkins client configuration
Create the node in Jenkins
|