We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0e44b commit f114d1aCopy full SHA for f114d1a
1 file changed
JENKINS/LINUXSLAVE
@@ -0,0 +1,29 @@
1
+LINUX SLAVE
2
+*************************
3
+create root directory
4
+
5
+cd /tmp
6
+mkdir jenkisndir
7
8
+give permission to the directory
9
10
+sudo chmod -R 777 /tmp/jenkinsdir
11
12
+Go to master
13
+*************
14
15
+Go to node
16
17
+give following informtion under Launch Method
18
19
+how to connetc to master- select ssh
20
21
+host: private ip
22
23
+provide credentials
24
25
+also set
26
+Host key verfication as:
27
+Non verifying Verification startegy
28
29
+save it
0 commit comments