ci: Add FCOS stream parameter
ContainerImages/gasket-driver/pipeline/head There was a failure building this commit
Details
ContainerImages/gasket-driver/pipeline/head There was a failure building this commit
Details
Most of the time, we want to build the module for the latest version in the *testing* stream, so that it will be ready when that version moves to *stable*. There may be cases, though, where we need to build for a different stream. For example, if the module never built successfully by the time a version moved from *testing* to *stable*, we may need to manually build it for the current *stable*.
parent
cba7a577e2
commit
b7a4aaf428
|
@ -2,6 +2,13 @@
|
|||
|
||||
properties([
|
||||
pipelineTriggers([cron('H H * * *')])
|
||||
parameters([
|
||||
choice(
|
||||
choices: ['testing', 'stable', 'next'],
|
||||
description: 'Fedora CoreOS Stream',
|
||||
name: 'stream',
|
||||
)
|
||||
])
|
||||
])
|
||||
|
||||
import groovy.json.JsonSlurper
|
||||
|
|
Loading…
Reference in New Issue