Replies: 2 comments 3 replies
-
手动上传 |
Beta Was this translation helpful? Give feedback.
1 reply
-
server_run.sh文件是放到jenkins服务器上还是放到要部署服务的服务器上,我放到了jenkins服务器上还是出现了上次的错误 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
根据文档进行jenkins配置完成后,进行jenkins构建部署,到“推送jar&执行动作”这一步出现错误。

错误截图:
我查看Jenkinsfile文件发现,需要执行
server_run.sh
这个脚本,如下,这个文件需要我们手动传到jenkins服务器上吗,还是会自动创建。`stages {
stage('替换环境参数') {
steps {
script {
Beta Was this translation helpful? Give feedback.
All reactions