File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -96,8 +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}'
100- ''' ,
99+ script : ''' echo 15.0.7 ''' ,
101100 returnStdout : true ). trim()
102101 env. RELEASE_LINK = ' custom_command'
103102 }
Original file line number Diff line number Diff line change 33# jenkins variables
44project_name : docker-nextcloud
55external_type : na
6- custom_version_command : |
7- {% raw -%}curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'{%- endraw %}
6+ custom_version_command : ' echo 15.0.7'
87release_type : stable
98release_tag : latest
109ls_branch : master
You can’t perform that action at this time.
0 commit comments