mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
possibly need to double escape using a single quote as a field seperator
This commit is contained in:
parent
0c49164eb6
commit
4c2f01a21f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -96,7 +96,7 @@ pipeline {
|
||||
steps{
|
||||
script{
|
||||
env.EXT_RELEASE = sh(
|
||||
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}'
|
||||
''',
|
||||
returnStdout: true).trim()
|
||||
env.RELEASE_LINK = 'custom_command'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user