Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Dec 23, 2024
1 parent 309feec commit b55d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ stage('Build & Archive Package') {
echo "FileName = ${RHELFileName}"
echo "FilePath = ${RHELFilePath}"
// echo "DistroList = ${distro_list}"
CheckAndUpload(RHELTarget, RHELDistro, RHELarchitecture, '', '', Release, RHELTarget, RHELkey, RHELFileName)
CheckAndUpload(RHELTarget, RHELDistro, RHELarchitecture, '', '', Release, RHELTarget, '', RHELFileName)
// From Original : CheckAndUpload(Target, Distro, rpmArchList.each, '', '', VALUE , PACKAGEDIR, KEY, '' )
}
// echo "Preapring For RHEL Upload"
Expand Down

0 comments on commit b55d979

Please sign in to comment.