Commit d3287a09 authored by illsilin's avatar illsilin
Browse files

fix syntax

parent 3f291ab9
......@@ -116,7 +116,7 @@ def buildHipClangJob(Map conf=[:]){
def retimage
gitStatusWrapper(credentialsId: "${status_wrapper_creds}", gitHubContext: "Jenkins - ${variant}", account: 'ROCmSoftwarePlatform', repo: 'composable_kernel') {
try (org.jenkinsci.plugins.workflow.steps.FlowInterruptedException e){
try {
retimage = docker.build("${image}", dockerArgs + '.')
withDockerContainer(image: image, args: dockerOpts) {
timeout(time: 5, unit: 'MINUTES'){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment