fixed bug in jenkins file (fiji location)
This commit is contained in:
parent
3f534229fd
commit
696d02757a
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Initial setup...'
|
echo 'Initial setup...'
|
||||||
sh './scripts/install_fiji.bash'
|
sh './scripts/install_fiji.bash'
|
||||||
sh 'export FIJI_ROOT_PATH=$(pwd); ./scripts/install_lipase_in_fiji.bash'
|
sh 'export FIJI_ROOT_PATH=$(pwd)/Fiji.app; ./scripts/install_lipase_in_fiji.bash'
|
||||||
// echo 'Create or update the virtual Python environment'
|
// echo 'Create or update the virtual Python environment'
|
||||||
// sh '/bin/bash ./src/CI/CI.bash -i ci_venv'
|
// sh '/bin/bash ./src/CI/CI.bash -i ci_venv'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue