Skip to content

Commit 65584bf

Browse files
committed
forgot build logic
1 parent e43b29b commit 65584bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

jenkins-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# jenkins variables
44
project_name: docker-nextcloud
55
external_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'
87
release_type: stable
98
release_tag: latest
109
ls_branch: master

0 commit comments

Comments
 (0)