corrects variable name

This commit is contained in:
Hyatt 2022-04-01 17:06:02 -05:00
parent 6499abf057
commit 0d38e935e0
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -25,7 +25,7 @@ pipeline {
script { script {
workspace = pwd() workspace = pwd()
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA()) writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
def dockerfile = """ def dockerFile = """
FROM ${repository}/dockerhub/sonarsource/sonar-scanner-cli:latest FROM ${repository}/dockerhub/sonarsource/sonar-scanner-cli:latest
USER root USER root