-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hi all,
I'm having declarative pipeline in my Jenkinsfile code. I changed my Jenkinsfile code as below, because I wanted to archive my artifact file by using Inedo ProGet plugin into my Proget site. I already configured Proget in Jenkins with API key and installed the plugin.
I have added the ProGet API Key settings into the Jenkins' system config settings and it's testing the connection successfully.
Below is the code change I added in my Jenkinsfile.
So as above script underline shows the way I'm getting my build artifact's Version Number.
Also below is the new .upack Package file I'm creating with the PackageName "JenkinsPackage.upack" for the purpose of upload to the Proget site.
But here the issue I'm facing is when I'm running my build job and it's not success and failing the Proget Upload command with below error log message from Console-Output.
Please anyone assist me on this ? What's the issue I'm having here, what blocking me to uploading my package file into Proget site ?
[JENKINS-61167] Inedo ProGet plugin when uploading Package file to proget I'm getting 504 Gateway Time-out Error
Attachment | New: image-2020-02-20-08-10-02-266.png [ 50371 ] |
Attachment | New: image-2020-02-20-08-19-00-759.png [ 50372 ] |
Attachment | New: image-2020-02-20-08-21-46-822.png [ 50373 ] |
Description |
Original:
Hi all, I'm having declarative pipeline in my Jenkinsfile code. I changed my Jenkinsfile code as below, because I wanted to archive my artifact file by using Inedo ProGet plugin into my Proget site. Below is the code change I added in my Jenkinsfile. !image-2020-02-20-08-02-45-754.png! h1. |
New:
Hi all, I'm having declarative pipeline in my Jenkinsfile code. I changed my Jenkinsfile code as below, because I wanted to archive my artifact file by using Inedo ProGet plugin into my Proget site. I already configured Proget in Jenkins with API key and installed the plugin. I have added the ProGet API Key settings into the Jenkins' system config settings and it's testing the connection successfully. !image-2020-02-20-08-10-02-266.png! *{color:#0747a6}Below is the code change I added in my Jenkinsfile.{color}* !image-2020-02-20-08-02-45-754.png! So as above script underline shows the way I'm getting my build artifact's Version Number. Also below is the new .upack Package file I'm creating with the PackageName "JenkinsPackage.upack" for the purpose of upload to the Proget site. !image-2020-02-20-08-19-00-759.png! But here the issue I'm facing is when I'm running my build job and it's not success and failing the Proget Upload command with below error log message from Console-Output. !image-2020-02-20-08-21-46-822.png! {color:#d24939} Please anyone assist me on this ? What's the issue I'm having here, what blocking me to uploading my package file into Proget site ?{color} |
Attachment | New: image-2020-02-20-08-24-40-897.png [ 50374 ] |
Description |
Original:
Hi all, I'm having declarative pipeline in my Jenkinsfile code. I changed my Jenkinsfile code as below, because I wanted to archive my artifact file by using Inedo ProGet plugin into my Proget site. I already configured Proget in Jenkins with API key and installed the plugin. I have added the ProGet API Key settings into the Jenkins' system config settings and it's testing the connection successfully. !image-2020-02-20-08-10-02-266.png! *{color:#0747a6}Below is the code change I added in my Jenkinsfile.{color}* !image-2020-02-20-08-02-45-754.png! So as above script underline shows the way I'm getting my build artifact's Version Number. Also below is the new .upack Package file I'm creating with the PackageName "JenkinsPackage.upack" for the purpose of upload to the Proget site. !image-2020-02-20-08-19-00-759.png! But here the issue I'm facing is when I'm running my build job and it's not success and failing the Proget Upload command with below error log message from Console-Output. !image-2020-02-20-08-21-46-822.png! {color:#d24939} Please anyone assist me on this ? What's the issue I'm having here, what blocking me to uploading my package file into Proget site ?{color} |
New:
Hi all, I'm having declarative pipeline in my Jenkinsfile code. I changed my Jenkinsfile code as below, because I wanted to archive my artifact file by using Inedo ProGet plugin into my Proget site. I already configured Proget in Jenkins with API key and installed the plugin. I have added the ProGet API Key settings into the Jenkins' system config settings and it's testing the connection successfully. !image-2020-02-20-08-24-40-897.png! *{color:#0747a6}Below is the code change I added in my Jenkinsfile.{color}* !image-2020-02-20-08-02-45-754.png! So as above script underline shows the way I'm getting my build artifact's Version Number. Also below is the new *{color:#0747a6}.upack{color}* Package file I'm creating with the PackageName "{color:#0747a6}JenkinsPackage.upack{color}" for the purpose of upload to the Proget site. !image-2020-02-20-08-19-00-759.png! But here the issue I'm facing is when I'm running my build job and it's not success and failing the Proget Upload command with below error log message from Console-Output. !image-2020-02-20-08-21-46-822.png! {color:#d24939} Please anyone assist me on this ? What's the issue I'm having here, what blocking me to uploading my package file into Proget site ?{color} |
I will have a look at this over the weekend and get back to you as soon as I can.
Could you let me know the versions you are using for the following:
I know there is an issue with large files (over 200MB) that I'm hoping to look into soon, however I don't think this would explain your issue.