Closed superchun closed 3 years ago
Hye! On Jenkins :
For Exemple This is my shell script executed by Jenkins:
gem install pkg-config
gem install nokogiri -- --use-system-libraries --with-xslt-dir=/usr/include/libxslt --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/include/libxml2/libxml
gem install shenzhen
ipa build
and it works fine. My next step is to use it in pipeline multibranch 😉
Hye!
here my Jenkinsfile for pipeline 🎉 🤘🏻
follow the steps below like this
1\jenkins system configuration 2\gloabl properties ->Environment variables, add key/value.key=PATH,
3\open terminal ,input 'echo $PATH' get the path value and input the configuration
when I install shenzhen, it's can work in iTermal, but in Jenkins, when I exectue shell, it's not work, tip: ipa comand not found, what's problem?