Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

ipa command not found in Jenkins #335

Closed
superchun opened this issue Nov 25, 2016 · 3 comments
Closed

ipa command not found in Jenkins #335

superchun opened this issue Nov 25, 2016 · 3 comments
Labels

Comments

@superchun
Copy link

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?

@benjamingarcia
Copy link

Hye!
On Jenkins :

  • add RVM plugins
  • read this

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 😉

@benjamingarcia
Copy link

Hye!

here my Jenkinsfile for pipeline 🎉 🤘🏻

@maventalker
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

5 participants