forgot build logic

This commit is contained in:
thelamer 2019-04-11 11:27:48 -07:00
parent e43b29be72
commit 65584bf6b3
2 changed files with 2 additions and 4 deletions

3
Jenkinsfile vendored
View File

@ -96,8 +96,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'
''',
script: ''' echo 15.0.7 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}

View File

@ -3,8 +3,7 @@
# jenkins variables
project_name: docker-nextcloud
external_type: na
custom_version_command: |
{% raw -%}curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'{%- endraw %}
custom_version_command: 'echo 15.0.7'
release_type: stable
release_tag: latest
ls_branch: master