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;








0















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.










share|improve this question




























    0















    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.










    share|improve this question
























      0












      0








      0








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 20 '13 at 7:47









      JohnnySJohnnyS

      12




      12




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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






          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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






            share|improve this answer





























              0














              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






              share|improve this answer



























                0












                0








                0







                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






                share|improve this answer















                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







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 27 '14 at 16:49









                Abhijeet Kasurde

                895720




                895720










                answered Mar 27 '14 at 15:30









                JamieJamie

                101




                101



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos