File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ stage('Publish Packages') {
850
850
def RHELTarget = ' '
851
851
def RHELarchitecture = ' '
852
852
def RHELDistro = " RPMS"
853
- def RHELPackFiles = findFiles(glob : " **/rhel/build/ospackage/t*.rpm" ) // List All Packages To Upload For Temurin
853
+ def RHELPackFiles = findFiles(glob : " **/rhel/build/ospackage/t*.rpm" ) + findFiles( glob : " **/rhel/build/ospackage/j*.rpm " )
854
854
for (RHELPackFile in RHELPackFiles ) {
855
855
RHELFileName = RHELPackFile . name
856
856
RHELFilePath = RHELPackFile . path
@@ -874,7 +874,7 @@ stage('Publish Packages') {
874
874
def SUSETarget = ' '
875
875
def SUSEarchitecture = ' '
876
876
def SUSEDistro = " RPMS"
877
- def SUSEPackFiles = findFiles(glob : " **/suse/build/ospackage/t*.rpm" ) // List All Packages To Upload For Temurin
877
+ def SUSEPackFiles = findFiles(glob : " **/suse/build/ospackage/t*.rpm" ) + findFiles( glob : " **/suse/build/ospackage/j*.rpm " )
878
878
for (SUSEPackFile in SUSEPackFiles ) {
879
879
SUSEFileName = SUSEPackFile . name
880
880
SUSEFilePath = SUSEPackFile . path
You can’t perform that action at this time.
0 commit comments