Skip to content

Commit f114d1a

Browse files
authored
Create LINUXSLAVE
1 parent 7b0e44b commit f114d1a

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

JENKINS/LINUXSLAVE

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)