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 0c49164 commit 4c2f01aCopy full SHA for 4c2f01a
1 file changed
Jenkinsfile
@@ -96,7 +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}'
+ script: ''' curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \\' '/NC_VERSION/{print $4;exit}'
100
''',
101
returnStdout: true).trim()
102
env.RELEASE_LINK = 'custom_command'
0 commit comments