We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43b29b commit 65584bfCopy full SHA for 65584bf
2 files changed
Jenkinsfile
@@ -96,8 +96,7 @@ pipeline {
96
steps{
97
script{
98
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
- ''',
+ script: ''' echo 15.0.7 ''',
101
returnStdout: true).trim()
102
env.RELEASE_LINK = 'custom_command'
103
}
jenkins-vars.yml
@@ -3,8 +3,7 @@
3
# jenkins variables
4
project_name: docker-nextcloud
5
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 %}
+custom_version_command: 'echo 15.0.7'
8
release_type: stable
9
release_tag: latest
10
ls_branch: master
0 commit comments