release-management

Maven - Access properties on parent pom from a child pom

微笑、不失礼 提交于 2019-12-10 22:46:38
问题 In a multi module project structure as myApp |-moduleA |---pom.xml |-moduleB |---pom.xml |-pom.xml If i have the following properties in the parent.pom <properties> <moduleA.version>4.67</moduleA.version> <moduleB.version>4.68</moduleB.version> </properties> How can i access the properties in the parent pom from any of the child poms? I tried this on the child pom but it didnt work. <groupId>com.test</groupId> <artifactId>moduleA</artifactId> <version>${moduleA.version}</version> 回答1: If you

How to deactivate my previous version retained .apk in Play Store

不羁的心 提交于 2019-12-10 18:00:35
问题 I have checked Google Documentation and other answers also - It tells you how to Deactivate your previous release version at the time of publishing new release version, but it doesn't tell you how to deactivate your previous release version if you have already retained it. I want to deactivate my 3rd release version but their isn't any option mentioned... Since, I need Single-APK release, not Multi-APK-release. Do I have to unpublish & re-publish my app? 回答1: Solved: Just realized it today,

Google Push-To-Deploy Pipelines - Unit tests fail with module import error

主宰稳场 提交于 2019-12-10 17:39:17
问题 I get the following error when I try to execute a build on the Google provisioned Jenkins servers in Compute Engine. [deployment_5371449468518400_1411607125060] $ /bin/sh -xe /tmp/hudson807438832151987098.sh + nosetests --with-xunit --xunit-file=nosetests.xml E ====================================================================== ERROR: Failure: ImportError (No module named google.appengine.ext) ---------------------------------------------------------------------- Traceback (most recent

iOS Memory Management Issue

空扰寡人 提交于 2019-12-10 11:56:42
问题 When you use Xcode's feature and drag from the nib file into the .h and .m file, Xcode adds the code in the dealloc and viewDidUnload . It adds extra code I do not normally add. I am just curious if this extra code is needed. I would have done [self setDisplaySlider:nil] and not disp = nil and [disp release] . Is this necessary? I don't think you have to release disp. @interface ViewController : UIViewController { IBOutlet UISegmentedControl *disp; } @property (retain, nonatomic) IBOutlet

Error while executing Run Functional Test task in VSTS

孤人 提交于 2019-12-10 11:26:46
问题 In VSTS 2015 we have build and release pipeline setup in a project which is using NUnit test framework. We are trying to configure Integration test case execution using "Run Functional Task" configuration of the task is given in the screenshot below: Visual Test Agent Deployment Task is used to Deploy the NUnit Test Agent in target machine. There is a folder that is created in Target Machine where all test assemblies are getting copied i.e. C:\TestDlls and for NUnit Adapter assemblies C:

Versioning and release management with multiple products with shared code base

跟風遠走 提交于 2019-12-10 05:18:40
问题 I am currently trying to figure out, how to do release management with git flow in a scenario where I have one git repository with about 15 projects in two solutions plus scripts for the database. Each solution basically contains one project that will result in an executable and more than 10 projects containing base functionality used by both solutions like DAL, SAP access wrapper etc. Solution one is an application with UI for the users. Solution two is a Windows service. The release of the

Is it possible to create a docker container from TFS and deploy a release build to it?

孤人 提交于 2019-12-10 02:39:45
问题 We are running on-premises TFS 2017. I would like to create a release definition for our QA team which will create a Docker container running Windows 7, and deploy our release build to it automatically. Once the deployment is done the QA team should be able to log onto the container to test the app. No manual running of a MSI installer or Setup.exe. Ideally each queued release will create its own container with its own copy of the released build. Is this possible? Or recommended? All our

No way to group work items into releases in TFS 2015?

笑着哭i 提交于 2019-12-10 00:10:21
问题 My team is just now starting to use TFS 2015 Update 1 on premise to manage their development process. I have set up the server and defined some custom states and transitions for work items to better map to our process. To start with, we will only be taking advantage of the Kanban board and are not attempting to use iterations for a variety of reasons I won't get into here. My problem currently is using TFS to plan releases. Specifically, I don't see any way to group Features and User Stories

TFS 2015 Release management access build variables

谁都会走 提交于 2019-12-09 16:23:54
问题 In TFS 2015 we have a build, that will automatically trigger a new release. It is realized with the new script based build definitions. Now I want to pass a user variable from build to release. I have created a variable "Branch" in the build. In the automatically triggered release I try to access it. But it is always empty/not set. I tried it with $(Branch) and $(Build.Branch) . I also tried to create a variable in release with these names, without success. Is there any chance, to access a

How can i change the Package family name in uwp windows 10

偶尔善良 提交于 2019-12-09 00:36:16
问题 I want to change the key mentioned in fig., when i change the certificate file it changes to the another temporary key, and the publisher folder is creating with this key as name. but i want it as a meaningful name. is it possible.? if anybody knows, please help me. 回答1: Together, these elements declare the identity of your app, establishing the "package family" to which all of its packages belong. Individual packages will have additional details, such as architecture and version. The package