-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins Version: 2.190.1
OS: Ubuntu
Artifactory Version: 3.3.2
Hello Team,
When we try to upload files from Jenkins artifactory plugin the jenkins job is failing to resolve the artifactory host name it says "xxxxxxxxxx: Name or service not known.".
But using curl command in Execute shell step it able to upload the artifacts.
===
{
"files": [
]
}
===
[JENKINS-60558] Not able to upload / download artifacts Using Artifactory Plugin
Description |
Original:
Hello Team, When we try to upload files from Jenkins artifactory plugin the jenkins job is failing to resolve the artifactory host name it says "xxxxxxxxxx: Name or service not known.". But using curl command in Execute shell step it able to upload the artifacts. === { "files": [ { "pattern": "/home/ebjrrt/index.html", "target": "Toolchain-Dev" } ] } === |
New:
Hello Team, When we try to upload files from Jenkins artifactory plugin the jenkins job is failing to resolve the artifactory host name it says "xxxxxxxxxx: Name or service not known.". But using curl command in Execute shell step it able to upload the artifacts. === { "files": [ { "pattern": "/home/jenkins/index.html", "target": "Toolchain-Dev" } ] } === |