当前位置:网站首页>Common exceptions when Jenkins is released (continuous update...)
Common exceptions when Jenkins is released (continuous update...)
2022-07-03 05:40:00 【Manon stayup】
1. Exception when publishing, exception message [Exec exit status not zero. Status [126]
Error log :
SSH: EXEC: STDOUT/STDERR from command [/app/***/publish.sh] ...
bash: /app/***/publish.sh: Permission denied
SSH: EXEC: completed after 200 ms
SSH: Disconnecting configuration [***] ...
ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [126]]
Build step 'Send build artifacts over SSH' changed build result to UNSTABLE
Finished: UNSTABLE
reason :
Jenkins Insufficient script file permissions called
solve :
Use chmod Increase the permissions
chmod 777 publish.sh
2.Exception when publishing, exception message [Exec exit status not zero. Status [127]]
Error log :
SSH: EXEC: STDOUT/STDERR from command [/app/***/publish.sh] ...
bash: /app/***/publish.sh: No such file or directory
SSH: EXEC: completed after 200 ms
SSH: Disconnecting configuration [***] ...
ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [127]]
Build step 'Send build artifacts over SSH' changed build result to UNSTABLE
Finished: UNSTABLE
reason :
Script file directory error
solve
take Jenkins The script directory address in the configuration is changed correctly
边栏推荐
- 2022.6.30DAY591
- Niuke JS separator
- [function explanation (Part 1)] | | knowledge sorting + code analysis + graphic interpretation
- Final review (Day5)
- 聊聊如何利用p6spy进行sql监控
- ninja: build stopped: subcommand failed.
- Apache+PHP+MySQL环境搭建超详细!!!
- Talk about how to use p6spy for SQL monitoring
- 2022.6.30DAY591
- How to use source insight
猜你喜欢

How to set up altaro offsite server for replication

College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN

Differences among bio, NiO and AIO

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn

kubernetes资源对象介绍及常用命令(五)-(ConfigMap)

@Autowired 导致空指针报错 解决方式

2022.DAY592

Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)

(perfect solution) how to set the position of Matplotlib legend freely

Common interview questions of microservice
随机推荐
Skip table: principle introduction, advantages and disadvantages of skiplist
AtCoder Beginner Contest 258(A-D)
期末复习(day3)
Final review (Day5)
AtCoder Beginner Contest 258(A-D)
Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
ansible防火墙firewalld设置
How do I migrate my altaro VM backup configuration to another machine?
Communication - how to be a good listener?
Best practices for setting up altaro VM backups
[set theory] relational closure (reflexive closure | symmetric closure | transitive closure)
C 语言文件操作函数大全 (超详细)
redis 遇到 NOAUTH Authentication required
Map的扩容机制
Final review (Day2)
獲取並監控遠程服務器日志
大二困局(复盘)
Method of finding prime number
一起上水碩系列】Day 9
Notepad++ wrap by specified character