Skip to content

Commit e351147

Browse files
authored
Update Jenkinsfile
Removed a closing bracket
1 parent 132df07 commit e351147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipeline {
5656
echo 'deploy'
5757
bat label: '', script: "deploy adapters: [tomcat9(credentialsId: 'tomcat9', path: '', url: 'http://172.17.0.13:8080')], contextPath: 'sampleapp', war: '**/*.war'"
5858
}
59-
}
59+
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)