adds missing closing bracket

This commit is contained in:
2020-05-23 06:32:49 -05:00
parent ce659b9c05
commit ec88194e26

View File

@ -112,7 +112,7 @@ spec:
sh '/kaniko/executor --insecure --skip-tls-verify --context "' + workspace + '" -f "' + workspace + '/Dockerfile" --destination registry.test-chamber-13.lan:5000/certificate-monitor:latest' sh '/kaniko/executor --insecure --skip-tls-verify --context "' + workspace + '" -f "' + workspace + '/Dockerfile" --destination registry.test-chamber-13.lan:5000/certificate-monitor:latest'
} }
} }
stage('Submit Testing Report to Jenkins') stage('Submit Testing Report to Jenkins') {
junit 'report.xml' junit 'report.xml'
} }
} }