File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 44project_name : docker-nextcloud
55external_type : na
66custom_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 %}
88release_type : stable
99release_tag : latest
1010ls_branch : master
You can’t perform that action at this time.
0 commit comments