|  | @@ -20,9 +20,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
 | 
	
		
			
				|  |  |        password:
 | 
	
		
			
				|  |  |          from_secret: 64_ssh_pw # 从Secret中读取SSH密码
 | 
	
		
			
				|  |  |        port: 22 # 远程连接端口
 | 
	
		
			
				|  |  | -      command_timeout: 5m # 远程执行命令超时时间 $(uuidgen)
 | 
	
		
			
				|  |  | +      command_timeout: 5m # 远程执行命令超时时间
 | 
	
		
			
				|  |  |        script:
 | 
	
		
			
				|  |  | -        - cp -r /www/wwwroot/veterentry.hw.hongweisoft.com/* /tmp/liqinglong
 | 
	
		
			
				|  |  |          - cd /www/wwwroot/veterentry.hw.hongweisoft.com
 | 
	
		
			
				|  |  |          - ls ./ | egrep -v test.txt | xargs rm -rf
 | 
	
		
			
				|  |  |          # - mkdir -p /www/wwwroot/veterentry.hw.hongweisoft.com
 |