-
Notifications
You must be signed in to change notification settings - Fork 157
/
job1_output_proceeded.txt
63 lines (63 loc) · 3.26 KB
/
job1_output_proceeded.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Started by user admin
[Pipeline] node
Running on master in /var/lib/jenkins/workspace/job1
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Stage 1)
[Pipeline] echo
Hello Jenkins 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Stage 2)
[Pipeline] echo
Hello Jenkins 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage (Final stage)
Using the ‘stage’ step without a block argument is deprecated
Entering stage Final stage
Proceeding
[Pipeline] sh
[job1] Running shell script
+ netstat -tunap
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
tcp 0 0 192.168.0.110:22 192.168.0.101:53916 ESTABLISHED -
tcp 0 0 192.168.0.110:22 192.168.0.101:53907 ESTABLISHED -
tcp6 0 0 :::111 :::* LISTEN -
tcp6 0 0 :::8080 :::* LISTEN 4678/java
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 :::5432 :::* LISTEN -
tcp6 0 0 ::1:25 :::* LISTEN -
tcp6 0 0 :::19581 :::* LISTEN 4678/java
tcp6 0 0 :::18052 :::* LISTEN 4678/java
tcp6 0 0 192.168.0.110:8080 192.168.0.101:54063 TIME_WAIT -
tcp6 0 0 192.168.0.110:8080 192.168.0.101:54060 TIME_WAIT -
tcp6 0 0 192.168.0.110:8080 192.168.0.101:54071 ESTABLISHED 4678/java
udp 0 0 0.0.0.0:13179 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp6 0 0 :::5353 :::* 4678/java
udp6 0 0 ::1:29595 ::1:29595 ESTABLISHED -
udp6 0 0 :::33848 :::* 4678/java
udp6 0 0 :::44704 :::* -
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] input
Input requested
Approved by admin
[Pipeline] echo
String: Hi CSI team!!!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS