updating the test jenkinsfiles
This commit is contained in:
parent
10a366a9e0
commit
2d46766a23
@ -9,13 +9,12 @@ pipeline {
|
||||
|
||||
stages {
|
||||
|
||||
stage('Multi-Builld') {
|
||||
stage('Pre-builds') {
|
||||
matrix {
|
||||
axes {
|
||||
axis {
|
||||
name 'BUILD_TYPE'
|
||||
values 'debug-shared', 'debug-static', 'release-shared', 'release-static'
|
||||
//values 'debug-shared', 'debug-static'
|
||||
}
|
||||
|
||||
axis {
|
||||
@ -104,5 +103,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('RPM build') {
|
||||
agent { label "fedora" }
|
||||
|
||||
steps {
|
||||
echo "BUILD THE FINAL RPM...."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user