adds missing closing bracket

This commit is contained in:
Hyatt 2020-05-23 06:32:49 -05:00
parent ce659b9c05
commit ec88194e26
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

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'
}
}
stage('Submit Testing Report to Jenkins')
stage('Submit Testing Report to Jenkins') {
junit 'report.xml'
}
}