-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yandex-devtools commits during 1,5 of using this plugin #21
base: master
Are you sure you want to change the base?
Conversation
Do not enable agent plugin if VM was not created by the plugin
teamcity version 9.0 -> 9.1
Update to upstream
Merge upstream
TEAMCITY_VERSION=10.0.3 | ||
|
||
|
||
all: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a real interest adding a Makefile
for the build process ?
HashMap<String,String> customParameters = new Gson().fromJson(teamCityUserData, type); | ||
|
||
if (!customParameters.containsKey(OpenstackCloudParameters.SERVER_URL)) { | ||
LOG.info("Not my OpenStack instance, skipping"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the goal to configure URL & name of TeamCity server ? This informations are provided by cloud process. If it is to use an Openstack agent as classic agent, is it duplicate of #23 ?
No description provided.