parent
6d2cbde816
commit
c569c64abc
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -53,7 +53,6 @@ pipeline
|
|||
steps
|
||||
{
|
||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-el9" --define "dev_build true"'
|
||||
sh 'mkdir linux-x64'
|
||||
sh 'cp .rpmbuild-el9/RPMS/x86_64/supportchild-dev-*.el9.x86_64.rpm linux-x64/'
|
||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.el9.x86_64.rpm', caseSensitive: true)
|
||||
}
|
||||
|
@ -75,7 +74,6 @@ pipeline
|
|||
steps
|
||||
{
|
||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-el8" --define "dev_build true"'
|
||||
sh 'mkdir linux-x64'
|
||||
sh 'cp .rpmbuild-el8/RPMS/x86_64/supportchild-dev-*.el8.x86_64.rpm linux-x64/'
|
||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.el8.x86_64.rpm', caseSensitive: true)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue