Skip to content

Commit 3a56a62

Browse files
committed
Fix artifacts filter
1 parent d7a14bb commit 3a56a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pipeline{
4949
}
5050
script {
5151
sh "PATH=\"${env.M2_HOME}/bin:${PATH}\" CMAKE_EXTRAS=\"-DINSTALL_GTEST=FALSE\" ./build.sh"
52-
archiveArtifacts artifacts: 'build/_CPack_Packages/RHEL-x86_64/RPM/*.rpm, build/*Source.zip'
52+
archiveArtifacts artifacts: 'build/infinispan-hotrod-cpp-*.rpm, build/*Source.zip'
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)