当前位置:网站首页>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
边栏推荐
- kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
- Basic introduction of redis and explanation of eight types and transactions
- 6.23星期四库作业
- 【一起上水硕系列】Day 10
- MySQL startup error: several solutions to the server quit without updating PID file
- 期末复习(Day5)
- Why is go language particularly popular in China
- How to use source insight
- @Autowired 导致空指针报错 解决方式
- How do I migrate my altaro VM backup configuration to another machine?
猜你喜欢

Go practice -- gorilla / websocket used by gorilla web Toolkit

How to use source insight

期末复习(Day5)

Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)

Technical analysis of qianyuantong multi card aggregation router

6.23 warehouse operation on Thursday

谷歌 | 蛋白序列的深度嵌入和比对

Kubernetes resource object introduction and common commands (V) - (configmap)

6.23星期四库作业

Progressive multi grasp detection using grasp path for rgbd images
随机推荐
The IntelliJ platform completely disables the log4j component
Troubleshooting of 32GB Jetson Orin SOM failure to brush
Learn libcef together -- set cookies for your browser
ES7 easy mistakes in index creation
Capacity expansion mechanism of map
DEX net 2.0 for crawl detection
Final review (Day7)
Win10 install pytullet and test
[branch and cycle] | | super long detailed explanation + code analysis + a trick game
Brief introduction of realsense d435i imaging principle
Making coco datasets
期末复习(day3)
kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
Communication - how to be a good listener?
3dslam with 16 line lidar and octomap
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
Classification and discussion of plane grab detection methods based on learning
Sophomore dilemma (resumption)
Azure file synchronization of altaro: the end of traditional file servers?
C 语言文件操作函数大全 (超详细)