File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}' ); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}'); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}'); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
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