adds missing closing bracket
This commit is contained in:
parent
ce659b9c05
commit
ec88194e26
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user