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 6f7e8ac commit 7e6f7c5Copy full SHA for 7e6f7c5
.jenkins/Jenkinsfile
@@ -16,6 +16,7 @@ pipeline {
16
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
17
// Software versions; OpenResty does not support Lua >= 5.2
18
OPENRESTY_VERSION = '1.19.9.1'
19
+ CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
20
LUA_VERSION = '5.1.5'
21
LUAROCKS_VERSION = '3.3.1'
22
}
0 commit comments