Skip to content
Snippets Groups Projects
Commit 51ff0ef6 authored by auphelia's avatar auphelia
Browse files

[Jenkinsfile] Fix typo in setting up environment

parent 17065884
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ node {
}
withEnv([
"FINN_XILINX_PATH=/proj/xbuilds/2022.1_released/installs/lin64",
"FINN_XILINX_VERSION=2022.1"
"FINN_XILINX_VERSION=2022.1",
"FINN_DOCKER_TAG=xilinx/finn:jenkins"
]){
parallel firstBranch: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment