-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Artifactory Plugin from 3.7.0 to 3.17.3
Jenkins 2.361.4
Jfrog Artifactory 4.4.2
Jenkins runnuning on Windows 11 Server
Jenkins Job Config: Gradle-Artifactory Integration
The last Artifactory Plugin version that work for me with uploading of artifacts to Jfog is 3.7.0 (previus used was 3.5.0, but it works up to 3.7.0). But, after update of version to 3.7.1 or higer (also tested with the last one 3.17.3) it only publish Buld info but not artifacts. Screen will be attached, but short log is:
Artifactory Plugin 3.7.0 I have logs:
Deploying artifact to: Deploying build descriptor to: Build successfully deployed. Browse it in Artifactory under
Artifactory Plugin 3.17.3 I have logs:
Deploying build info... Build-info successfully deployed. Browse it in Artifactory under
When I buld with -d logs, with v3.7.1 (but not on 3.7.0) and above I have this log :
Deploying artifacts using InsecureTls = false
What was changed from v3.7.0 that doesn't permit send artifacts? Some adicional config must be used?
Thanks for help.