parent
70f76041c9
commit
d2ac490181
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -46,7 +46,7 @@ pipeline
|
|||
steps
|
||||
{
|
||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-el9" --define "dev_build true"'
|
||||
sh 'cp .rpmbuild-el9/RPMS/x86_64/supportchild-dev-*.x86_64.rpm 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)
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ pipeline
|
|||
steps
|
||||
{
|
||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-el8" --define "dev_build true"'
|
||||
sh 'cp .rpmbuild-el8/RPMS/x86_64/supportchild-dev-*.x86_64.rpm 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)
|
||||
}
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ pipeline
|
|||
steps
|
||||
{
|
||||
sh 'rpmbuild -bb packaging/supportchild.spec --define "_topdir $PWD/.rpmbuild-fedora" --define "dev_build true"'
|
||||
sh 'cp .rpmbuild-fedora/RPMS/x86_64/supportchild-dev-*.x86_64.rpm linux-x64/'
|
||||
sh 'cp .rpmbuild-fedora/RPMS/x86_64/supportchild-dev-*.fedora.x86_64.rpm linux-x64/'
|
||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.fedora.x86_64.rpm', caseSensitive: true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue