Teamcity buildagent on mac, environment variable not visible to Teamcity?How do I set the global PATH environment variable on OS X?TeamCity Reuse ConfigurationTeamCity default jdk for buildAgent on linuxTeamCity port 80 is already in use, I thinkWhy does TeamCity server stop short time after it startsFind TeamCity Version/Build NumberTeamcity not working with warn messages in logsTeamcity build agent: how to execute bash script?Use TeamCity to FTP Upload result of previous Maven BuildHow to have a teamcity agent to run a windows environment
Is it good practice to create tables dynamically?
I sent an angry e-mail to my interviewers about a conflict at my home institution. Could this affect my application?
How can religions without a hell discourage evil-doing?
Oxford comma with nonessential phrases
Placement of positioning lights on A320 winglets
Can a 40amp breaker be used safely and without issue with a 40amp device on 6AWG wire?
Is tuition reimbursement a good idea if you have to stay with the job
Why did the Death Eaters wait to reopen the Chamber of Secrets?
Is it a good security practice to force employees hide their employer to avoid being targeted?
How can powerful telekinesis avoid violating Newton's 3rd Law?
Was the Lonely Mountain, where Smaug lived, a volcano?
Dedicated bike GPS computer over smartphone
When a class dynamically allocates itself at constructor, why does stack overflow happen instead of std::bad_alloc?
Part of my house is inexplicably gone
What publication claimed that Michael Jackson died in a nuclear holocaust?
Can an open source licence be revoked if it violates employer's IP?
Why is the concept of the Null hypothesis associated with the student's t distribution?
Approach sick days in feedback meeting
Fastest way from 8 to 7
Convert GE Load Center to main breaker
Why does there seem to be an extreme lack of public trashcans in Taiwan?
Can I get a photo of an Ancient Arrow?
Am I being scammed by a sugar daddy?
Why is my Taiyaki (Cake that looks like a fish) too hard and dry?
Teamcity buildagent on mac, environment variable not visible to Teamcity?
How do I set the global PATH environment variable on OS X?TeamCity Reuse ConfigurationTeamCity default jdk for buildAgent on linuxTeamCity port 80 is already in use, I thinkWhy does TeamCity server stop short time after it startsFind TeamCity Version/Build NumberTeamcity not working with warn messages in logsTeamcity build agent: how to execute bash script?Use TeamCity to FTP Upload result of previous Maven BuildHow to have a teamcity agent to run a windows environment
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Having problems setting up a Mac as a buildagent for TeamCity. It works for basic builds, but I'm unable to meet build requirements for our main build.
Unmet requirements shown in Teamcity:
env.NGINX_EXE exists
(a few others too, but I'm gonna handle those when I get this one working)
I've installed NGINX, and it's running. The problem is that the environment variable I've created, doesn't register with TeamCity. What I did was add the following line to /etc/profile:
export NGINX_EXE=/usr/local/bin/nginx
- and restarted (several times).
Typing env in a terminal window lists the system variables as far as I know, and that list shows among other things:
NGINX_EXE=/usr/local/bin/nginx
I would have thought this was what was needed by TeamCity, but it still shows the requirement as unmet.
I don't really know Macs, I work with windows (and to a lesser degree - linux), so if you have any tips for me, bear that in mind.
mac-osx teamcity
add a comment |
Having problems setting up a Mac as a buildagent for TeamCity. It works for basic builds, but I'm unable to meet build requirements for our main build.
Unmet requirements shown in Teamcity:
env.NGINX_EXE exists
(a few others too, but I'm gonna handle those when I get this one working)
I've installed NGINX, and it's running. The problem is that the environment variable I've created, doesn't register with TeamCity. What I did was add the following line to /etc/profile:
export NGINX_EXE=/usr/local/bin/nginx
- and restarted (several times).
Typing env in a terminal window lists the system variables as far as I know, and that list shows among other things:
NGINX_EXE=/usr/local/bin/nginx
I would have thought this was what was needed by TeamCity, but it still shows the requirement as unmet.
I don't really know Macs, I work with windows (and to a lesser degree - linux), so if you have any tips for me, bear that in mind.
mac-osx teamcity
add a comment |
Having problems setting up a Mac as a buildagent for TeamCity. It works for basic builds, but I'm unable to meet build requirements for our main build.
Unmet requirements shown in Teamcity:
env.NGINX_EXE exists
(a few others too, but I'm gonna handle those when I get this one working)
I've installed NGINX, and it's running. The problem is that the environment variable I've created, doesn't register with TeamCity. What I did was add the following line to /etc/profile:
export NGINX_EXE=/usr/local/bin/nginx
- and restarted (several times).
Typing env in a terminal window lists the system variables as far as I know, and that list shows among other things:
NGINX_EXE=/usr/local/bin/nginx
I would have thought this was what was needed by TeamCity, but it still shows the requirement as unmet.
I don't really know Macs, I work with windows (and to a lesser degree - linux), so if you have any tips for me, bear that in mind.
mac-osx teamcity
Having problems setting up a Mac as a buildagent for TeamCity. It works for basic builds, but I'm unable to meet build requirements for our main build.
Unmet requirements shown in Teamcity:
env.NGINX_EXE exists
(a few others too, but I'm gonna handle those when I get this one working)
I've installed NGINX, and it's running. The problem is that the environment variable I've created, doesn't register with TeamCity. What I did was add the following line to /etc/profile:
export NGINX_EXE=/usr/local/bin/nginx
- and restarted (several times).
Typing env in a terminal window lists the system variables as far as I know, and that list shows among other things:
NGINX_EXE=/usr/local/bin/nginx
I would have thought this was what was needed by TeamCity, but it still shows the requirement as unmet.
I don't really know Macs, I work with windows (and to a lesser degree - linux), so if you have any tips for me, bear that in mind.
mac-osx teamcity
mac-osx teamcity
asked Jun 20 '13 at 7:47
JohnnySJohnnyS
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There is a file buildAgent/launcher/conf/wrapper.conf which passes variables to the JVM which the teamcity agent runs under.
Search for wrapper.conf on the teamcity site. For example this page
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f517181%2fteamcity-buildagent-on-mac-environment-variable-not-visible-to-teamcity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is a file buildAgent/launcher/conf/wrapper.conf which passes variables to the JVM which the teamcity agent runs under.
Search for wrapper.conf on the teamcity site. For example this page
add a comment |
There is a file buildAgent/launcher/conf/wrapper.conf which passes variables to the JVM which the teamcity agent runs under.
Search for wrapper.conf on the teamcity site. For example this page
add a comment |
There is a file buildAgent/launcher/conf/wrapper.conf which passes variables to the JVM which the teamcity agent runs under.
Search for wrapper.conf on the teamcity site. For example this page
There is a file buildAgent/launcher/conf/wrapper.conf which passes variables to the JVM which the teamcity agent runs under.
Search for wrapper.conf on the teamcity site. For example this page
edited Mar 27 '14 at 16:49
Abhijeet Kasurde
895720
895720
answered Mar 27 '14 at 15:30
JamieJamie
101
101
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f517181%2fteamcity-buildagent-on-mac-environment-variable-not-visible-to-teamcity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown