This repository was archived by the owner on Jun 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ pipeline {
96
96
steps{
97
97
script{
98
98
env. EXT_RELEASE = sh(
99
- script : ''' curl -w '%{url_effective}' -ILsS https://openvpn.net/downloads/openvpn-as-latest-ubuntu18 .amd_64.deb -o /dev/null | awk -F '(openvpn-as-|-Ubuntu18 )' '{print $2}' ''' ,
99
+ script : ''' curl -w '%{url_effective}' -ILsS https://openvpn.net/downloads/openvpn-as-latest-ubuntu16 .amd_64.deb -o /dev/null | awk -F '(openvpn-as-|-Ubuntu16 )' '{print $2}' ''' ,
100
100
returnStdout : true ). trim()
101
101
env. RELEASE_LINK = ' custom_command'
102
102
}
Original file line number Diff line number Diff line change 3
3
# jenkins variables
4
4
project_name : docker-openvpn-as
5
5
external_type : na
6
- custom_version_command : " curl -w '%{url_effective}' -ILsS https://openvpn.net/downloads/openvpn-as-latest-ubuntu18 .amd_64.deb -o /dev/null | awk -F '(openvpn-as-|-Ubuntu18 )' '{print $2}'"
6
+ custom_version_command : " curl -w '%{url_effective}' -ILsS https://openvpn.net/downloads/openvpn-as-latest-ubuntu16 .amd_64.deb -o /dev/null | awk -F '(openvpn-as-|-Ubuntu16 )' '{print $2}'"
7
7
release_type : stable
8
8
release_tag : latest
9
9
ls_branch : master
You can’t perform that action at this time.
0 commit comments