Removed questionable elements
This commit is contained in:
parent
da8e8f9821
commit
5af93f46d2
@ -132,7 +132,7 @@ folder('infra') {
|
||||
buildButton()
|
||||
}
|
||||
jobs {
|
||||
regex('sync-image-.*')
|
||||
//regex('sync-image-.*')
|
||||
}
|
||||
}
|
||||
listView {
|
||||
@ -232,8 +232,8 @@ job('infra/configure-jenkins') {
|
||||
*/
|
||||
|
||||
imageMap.each { url, hash ->
|
||||
job("infra/sync-image-${url}") {
|
||||
displayName("${url}")
|
||||
job("infra/sync-image-test") {
|
||||
displayName("test")
|
||||
description('Synchronize image')
|
||||
label('pve')
|
||||
logRotator {
|
||||
|
Loading…
Reference in New Issue
Block a user