欲忘树 发表于 2018-9-4 06:45:17

(1)Jenkins Linux环境下的简单搭建

# uname -a  
Linux node02.cn 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  
# free -m
  
             total       used       free   shared    buffers   cached
  
Mem:          1861      511       1350          0         10      356
  
-/+ buffers/cache:      143       1717
  
Swap:         1023          0       1023
  
#
  

  
# service iptables stop
  
iptables: Setting chains to policy ACCEPT: filter         
  
iptables: Flushing firewall rules:                        
  
iptables: Unloading modules:                              
  
# setenforce 0
  
#


页: [1]
查看完整版本: (1)Jenkins Linux环境下的简单搭建