mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
rip typo
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@ def withDockerCreds(body) {
|
||||
pipeline {
|
||||
agent none
|
||||
environment { DEBUG = "1" }
|
||||
options { buildDiscarder logRotator(numToKeepStr: '3') }
|
||||
options { buildDiscarder logRotator(numToKeepStr: '4') }
|
||||
stages {
|
||||
stage('build docker image') {
|
||||
matrix {
|
||||
|
||||
Reference in New Issue
Block a user