on 2017 Mar 23 1:48 PM
Hey,
for a continuous integration process we need to have the hybris zip file somewhere on our build server. The goal is to unzip it into the workspace during the build process.
Where should I place that zip file and how can I use it in jenkins.
Thanks a lot and best regards.
Request clarification before answering.
Hello,
in my configuration i have:
- directory for such a files, i.e.: /u01/jenkins-shared/hcs-dist
- directory /u01/sjenkins-shared has been chowned for user jenkins recursively
To unpack file:
- change working directory if you need - when you start build you are in build workspace, perhaps it is where you want to be
- execute command "unzip -o -q /u01/jenkins-shared/hcs-dist/PLATFORM_FILE_NAME.zip"
I use this approach both in "Execute shell" build step and with Jenkins pipeline scripts.
Regards - Michal T.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.