Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/myapp_FrontUAT
using credential 27a4cc0a-d18c-4a8f-bfcd-788d481e12ed
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url [email protected]:root/myapp_Front.git # timeout=10
Fetching upstream changes from [email protected]:root/myapp_Front.git
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.18.4'
using GIT_SSH to set credentials
> /usr/bin/git fetch --tags --progress -- [email protected]:root/myapp_Front.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/myapp_Develop^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/myapp_Develop^{commit} # timeout=10
Checking out Revision 30fb4ffa6003e057a053881b7f08a62bd53cb2c1 (refs/remotes/origin/myapp_Develop)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 30fb4ffa6003e057a053881b7f08a62bd53cb2c1 # timeout=10
Commit message: "update features of ghar naksa."
> /usr/bin/git rev-list --no-walk 30fb4ffa6003e057a053881b7f08a62bd53cb2c1 # timeout=10
Checking for pre-build
Executing pre-build step
Checking if email needs to be generated
No emails were triggered.
[myapp_FrontUAT] $ /bin/sh -xe /tmp/jenkins2383517590544583257.sh
+ sudo git checkout myapp_Develop
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: a terminal is required to read the password; either use the -S
option to read from standard input or configure an askpass helper
Build step 'Execute shell' marked build as failure Discard old
builds...
#1544 is removed because old than numToKeep
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Always
Sending email for trigger: Always
messageContentType = text/plain; charset=UTF-8
Collecting change authors...
build: 1647
Adding recipients from project recipient list
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Analyzing: [email protected]
Looking for: [email protected]
starting at: 0
firstFoundIdx: 0
firstFoundIdx-substring: [email protected]
=> found type: 0
Adding recipients from trigger recipient list
Setting In-Reply-To since last build was not successful
Successfully created MimeMessage
Sending email to: [email protected]
MessagingException message: failed to connect, no password specified?
Finished: FAILURE
主页
/
user-531188
Bhuwan Bhandari's questions
Bhuwan Bhandari
Asked:
2020-03-17 01:55:17 +0800 CST
我已经使用 apache-tomcat-8.5.37 部署了 webapps。它有 ssl 并且工作正常,但是当我尝试更新 ssl 并安装 JKS 文件时,它开始显示不同的问题。我已经解决了各种情况,但无法解决端口重定向问题。该端口已在我的 grails 应用程序运行的 Web 中列出,netstat
但无法在其中运行。
这是我的server.xml配置文件。