Skip to content

Commit 7e6f7c5

Browse files
committed
added CROWDSEC_OPENRESTY_BOUNCER_VERSION environment version to jenkins script.
1 parent 6f7e8ac commit 7e6f7c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
1717
// Software versions; OpenResty does not support Lua >= 5.2
1818
OPENRESTY_VERSION = '1.19.9.1'
19+
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
1920
LUA_VERSION = '5.1.5'
2021
LUAROCKS_VERSION = '3.3.1'
2122
}

0 commit comments

Comments
 (0)