Replies: 3 comments 4 replies
-
@pabloto excellent idea. I was just thinking about how we could have branch specific variables for things like library name (that would be the branch library) etc. |
Beta Was this translation helpful? Give feedback.
-
I have set up a github project for this: https://github.com/andreas-prouza/ibm-i-build So when I am developing some code, I compile based on my own home directory in my own developer lib. |
Beta Was this translation helpful? Give feedback.
-
Hi @worksofliam , It would be fantastic if the following functionality were possible: When switching to a specific Git branch, the build library variable could automatically update to match the branch name. For instance, when I switch to the 'DVL0001' branch, the build library would also change to the 'DVL0001' library (or any custom name that I can configure based on my branch naming). This would enable me to deploy my changes and compile my objects without manual intervention. Currently, I have to manually remember to update my CURLIB to the branch-specific library, which can be error-prone |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm starting in deploying in local with my team, we have a local gitlab server, now we have still some problem with deployment, for the moment the idea is than the main branch of our repository is the branch relative to what we have in production, so for a new project or bug fix we create a new branch and in our test server we start to deploy and compile.
Now we are encountering some configuration problem, because the deploy directory is the same for main branch and fix branch or some project relative branch.
Is there the possibility to set some env variable at branch level to set this kind of config:
So switching between branch I didn't have to remember to change the deploy directory and the current lib.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions