corrects variable name
This commit is contained in:
parent
6499abf057
commit
0d38e935e0
@ -25,7 +25,7 @@ pipeline {
|
||||
script {
|
||||
workspace = pwd()
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
|
||||
def dockerfile = """
|
||||
def dockerFile = """
|
||||
FROM ${repository}/dockerhub/sonarsource/sonar-scanner-cli:latest
|
||||
|
||||
USER root
|
||||
|
Reference in New Issue
Block a user