Used camel case
Some checks failed
ci-tests/golang-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-02-06 08:38:22 +02:00
parent d19d52a35a
commit eb4a3678ca

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
/* Requires the Docker Pipeline plugin */
/* Scripted pipeline */
def en-vars = '-e XDG_CACHE_HOME="/tmp" -e CGO_ENABLED=0 -e GOCACHE="/tmp/.cache"'
def enVars = '-e XDG_CACHE_HOME="/tmp" -e CGO_ENABLED=0 -e GOCACHE="/tmp/.cache"'
node {
checkout scm