Some Other Useful Stuffs
ekyc and esign live
jenkins and octopus
evolution publisher subsicriber live
choco install nuget.commandline
choco install octopustools
install octopus deploy and msbuild plugins
setup msbuild exe
configure octopus api key and git credentials
install git
install .net framework 407.2
copy C:\Program Files (x86)\MSBuild on jenkins server
API-FZTG9A4EWKL8FKFSZFML5JIC4A
Non stikcy session with elb and state server
1. Current IP (A)
2. Mani will provide another IP (B)
3. A,443,Jenkins
4. B,443,Octopus
——————————-SSL Certificates——————————————–
5. A -> ci.bseebix.com
6. B -> cd.bseebix.com
keytool -importkeystore -srckeystore C:\Users\Lalit\Desktop\Certifiate\Certifiate\bseebix_Wildcard_Aug2018-Aug2020.pfx -srcstoretype pkcs12 -destkeystore jenkins.example.com.jks -deststoretype JKS
C:\Program Files\Java\jdk1.8.0_251\bin
“C:\Program Files\Java\jdk1.8.0_251\bin\keytool” -importkeystore -srckeystore bseebix_Wildcard_Aug2018-Aug2020.pfx -srcstoretype pkcs12 -srcstorepass lXqTdAtfxT
-destkeystore bseebix_Wildcard_Aug2018-Aug2020.jks -deststoretype jks -deststorepass lXqTdAtfxT
Long running branches
-master
-dev
-qa
-uat
-prod
Feature Branch / Topic Branch
May Branch out from Develop Branch
Must Merge Back into Develop Branch
Branch Naming can be like (Feature-NewQuote)
Release Branch
May Branch out from Develop Branch
Must Merge Back into Develop Branch
Branch Naming can be like (Release-v1.0)
octo.exe pack -id DotNetCoreAPI -version 1.0.1 -include DotNetCoreAPI\bin\Release\netcoreapp2.2\publish\
octo.exe push –server http://localhost –package DotNetCoreAPI.1.0.1.nupkg –apiKey API-X4BXCZTW0Q1EKBJH7DBP2OC0U
octo.exe pack -id WinbeatNext.SecurityService -version 1.0.1 -include bin\Release\netcoreapp2.1\publish\
octo.exe push –server https://localhost –package WinbeatNext.SecurityService.1.0.1.nupkg –apiKey API-X4BXCZTW0Q1EKBJH7DBP2OC0U
Octo.exe create-release –server https://localhost –apiKey API-X4BXCZTW0Q1EKBJH7DBP2OC0U –project “WinbeatNext.SecurityService” –version=1.0.1 –progress –deployto DEV
dotnet publish -o “bin\Release\netcoreapp2.1\publish\WinbeatNext.SecurityService” -c Release
dotnet –list-sdks
dotnet build