Skip to content

Commit a275c22

Browse files
committed
emergency logic change for build
1 parent 8f14836 commit a275c22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pipeline {
9696
steps{
9797
script{
9898
env.EXT_RELEASE = sh(
99-
script: ''' curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \' '/NC_VERSION/{print $4;exit}'
99+
script: ''' curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'
100100
''',
101101
returnStdout: true).trim()
102102
env.RELEASE_LINK = 'custom_command'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project_name: docker-nextcloud
55
external_type: na
66
custom_version_command: |
7-
{% raw -%}curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \' '/NC_VERSION/{print $4;exit}'{%- endraw %}
7+
{% raw -%}curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'{%- endraw %}
88
release_type: stable
99
release_tag: latest
1010
ls_branch: master

0 commit comments

Comments
 (0)