Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2021-12-17 14:46:49 +01:00
parent da9c6b7de2
commit aa54abbe8d

2
Jenkinsfile vendored
View File

@ -104,7 +104,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo V3.2.1 ''',
script: ''' echo V3.2.2 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}