You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we again got interrupted by bug introduced to jfrog plugin where builds couldn't continue, reverting back to 1.5.6 solved our problem. I suspect this #114 broke things
Current behavior
The build hangs with this message
10:15:49 jf version 2.73.2
10:15:49 Executing sh script inside container maven of pod -jdk17-drv7l
10:15:50 Executing command: "/home/jenkins/agent/tools/io.jenkins.plugins.jfrog.JfrogInstallation/jfrog-cli/jf" "c" "add" "" "--user=" "--password-stdin" "--url=https:///artifactory" "--artifactory-url=https:///artifactory" "--distribution-url=https:///artifactory/distribution" "--xray-url=https:///artifactory/xray" "--interactive=false" "--overwrite=true"
10:15:50 exit
nothing happens, unless we abort build, restore 1.5.6 version and start build again
Reproduction steps
Install latest 1.5.8 version , configure to use artifactory in jenkins system and let build use artifactory. I should also mention 3 very important things:
we use licensed artifactory version
we use jenkins shared libraries
we do not use XRAY or distribution url, we just use artifactory , so not sure why --xray-url= and another is set?
Expected behavior
1.5.8 should not break things, and it would be good if you COULD PLEASE -->> TEST THINGS YOURSELF WITHOUT LEAVING TESTING YOUR THINGS BY GENERAL PUBLIC. THANK YOU as this is not the first time this is happening
JFrog plugin version
1.5.8
JFrog CLI version
2.73.2
Operating system type and version
latest amazon eks linux ami (x86_64), but builds are running in containers.
JFrog Artifactory version
7.84.21 rev 78421900
JFrog Xray version
we do not use xray
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi,
we again got interrupted by bug introduced to jfrog plugin where builds couldn't continue, reverting back to 1.5.6 solved our problem. I suspect this #114 broke things
Current behavior
The build hangs with this message
10:15:49 jf version 2.73.2
10:15:49 Executing sh script inside container maven of pod -jdk17-drv7l
10:15:50 Executing command: "/home/jenkins/agent/tools/io.jenkins.plugins.jfrog.JfrogInstallation/jfrog-cli/jf" "c" "add" "" "--user=" "--password-stdin" "--url=https:///artifactory" "--artifactory-url=https:///artifactory" "--distribution-url=https:///artifactory/distribution" "--xray-url=https:///artifactory/xray" "--interactive=false" "--overwrite=true"
10:15:50 exit
nothing happens, unless we abort build, restore 1.5.6 version and start build again
Reproduction steps
Install latest 1.5.8 version , configure to use artifactory in jenkins system and let build use artifactory. I should also mention 3 very important things:
Expected behavior
1.5.8 should not break things, and it would be good if you COULD PLEASE -->> TEST THINGS YOURSELF WITHOUT LEAVING TESTING YOUR THINGS BY GENERAL PUBLIC. THANK YOU as this is not the first time this is happening
JFrog plugin version
1.5.8
JFrog CLI version
2.73.2
Operating system type and version
latest amazon eks linux ami (x86_64), but builds are running in containers.
JFrog Artifactory version
7.84.21 rev 78421900
JFrog Xray version
we do not use xray
The text was updated successfully, but these errors were encountered: