This commit is contained in:
parent
141c52dd58
commit
f61b40fbfb
1 changed files with 0 additions and 14 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -64,20 +64,6 @@ pipeline
|
||||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.el8.x86_64.rpm', caseSensitive: true)
|
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.el8.x86_64.rpm', caseSensitive: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Fedora')
|
|
||||||
{
|
|
||||||
agent
|
|
||||||
{
|
|
||||||
dockerfile { filename 'packaging/Fedora.Dockerfile' }
|
|
||||||
}
|
|
||||||
environment { DOTNET_CLI_HOME = "/tmp/.dotnet" }
|
|
||||||
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-*.fed.x86_64.rpm linux-x64/'
|
|
||||||
archiveArtifacts(artifacts: 'linux-x64/supportchild-dev-*.fed.x86_64.rpm', caseSensitive: true)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue