This commit is contained in:
thelamer 2020-06-17 22:36:38 -07:00
parent d27b4c49f8
commit a43cfbc821
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -96,7 +96,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo 4.3 ''',
script: ''' echo 4.3-cli ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}

View File

@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-ffmpeg
external_type: na
custom_version_command: "echo 4.3"
custom_version_command: "echo 4.3-cli"
release_type: stable
release_tag: latest
ls_branch: master