Add exports
parent
0b1ab3f60e
commit
55377b857e
|
|
@ -17,6 +17,8 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building'
|
echo 'Building'
|
||||||
sh "#!/bin/bash \n" +
|
sh "#!/bin/bash \n" +
|
||||||
|
'''export TYPST_INSTALL="/home/jenkins/.typst"\n''' +
|
||||||
|
'''export PATH="$TYPST_INSTALL/bin:$PATH"\n''' +
|
||||||
'''./render.sh'''
|
'''./render.sh'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue