List of commits:
Subject Hash Author Date (UTC)
Sanity test in dev: correct env variable name f0ecedb119b83f313b5a04e1affb4e1584790ce4 mandas04 2019-01-30 09:47:33
Refactor Jenkinsfile c853f0d754b0c4086e4fb02a0d4776e9865f77f5 mandas04 2019-01-30 09:16:41
Put hyphen in place of empty version c45822e737f1fc38a9498f5c3600de374762c588 mandas04 2019-01-30 09:14:51
Plot all applications (reference + reporting) in report 2c37a8767f97d63ac8c347f33fcc765d08ce1998 mandas04 2019-01-30 06:09:22
Setup liquibase for dev and prod separately 49dc85a8404833ebb7193a396a1ede16dafa32e5 mandas04 2019-01-30 05:44:31
Jenkins secret variable udpate 23ef9bc048d411e15da152aba1d87616bc7c0b97 mandas04 2019-01-30 05:03:31
User service reimplented as POST and DELETE method 8e08f92e52927c03152c7eca01b0549eb6608bf3 mandas04 2019-01-30 05:00:07
Adding wait for 2 mins before sanity test ebec65b19a1bd1cb36f0a8ac03d22c8893bf9123 mandas04 2019-01-29 15:42:27
Adding acceptance test criteria b38c915f4f14f13a73b3ae3945f791342ea31099 mandas04 2019-01-29 12:55:27
Fixed ordering of environments in report a76fd02548ee2550828c1084b233e2bdb5021312 mandas04 2019-01-29 11:39:26
Logger integration 27355b907d8c2e4d3a802bf596157807f723e240 mandas04 2019-01-29 09:01:37
Application constant update 43899921f01328d6c94363c6a393aa34c355acfd mandas04 2019-01-29 05:08:06
disable IIB api access b0b3ebfc82b85bcfe74cc575e70d816ccfcb13cc mandas04 2019-01-28 16:01:16
Adding custom exception class 7008923fecce4ddea63817a2ca28503c9ca88ebf mandas04 2019-01-28 13:56:58
Adding custom exception class 343917b1fb344128a0f9d24aba7067e2141467f5 mandas04 2019-01-28 13:56:56
RestTemplate addition with SSL support 22ff2e8c20c6a971100f0065dd010ef1e98b03de mandas04 2019-01-28 09:04:14
Refactor Jenkinsfile 8f034841202072fa31fc6fa43c6fb25949b8a815 mandas04 2019-01-27 14:40:17
Adding unit test cases 18fafbcc7ee0395422ab6a558483f5c828250841 mandas04 2019-01-26 19:25:11
Change in report UTF8 character replaced by \uxxx Report rows are sorted with ambiguous applications are placed at top fe3ed81569cf83faf59f8463b2e78a7c028dccd0 mandas04 2019-01-26 17:02:50
Adding constants as string in Swagger Config 905bc88787499ed8ed319fd7dfa246c1d49e06e1 mandas04 2019-01-26 15:14:53
Commit f0ecedb119b83f313b5a04e1affb4e1584790ce4 - Sanity test in dev: correct env variable name
Author: mandas04
Author date (UTC): 2019-01-30 09:47
Committer name: mandas04
Committer date (UTC): 2019-01-30 09:47
Parent(s): c853f0d754b0c4086e4fb02a0d4776e9865f77f5
Signing key:
Tree: 8eb364b2130456f55b463f537fc9a1565d01f120
File Lines added Lines deleted
Jenkinsfile 2 2
File Jenkinsfile changed (mode: 100644) (index 9ad968c..308a1f2)
... ... pipeline{
79 79 steps { steps {
80 80 script script
81 81 { {
82 sleep (5*60) // Sleep for 2 mins
82 sleep (5*60) // Sleep for 5 mins
83 83 currentGitCommit = sh(script: 'curl http://int-hos-intapps-nonprod-01.iaas.gha.kfplc.com:9090/v1/currentGitCommit', returnStdout: true) currentGitCommit = sh(script: 'curl http://int-hos-intapps-nonprod-01.iaas.gha.kfplc.com:9090/v1/currentGitCommit', returnStdout: true)
84 if ( currentGitCommit != $GIT_COMMIT ){
84 if ( currentGitCommit != GIT_COMMIT ){
85 85 sh "exit 1" sh "exit 1"
86 86 } }
87 87 } }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Sumangal-IN/deployment-audit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Sumangal-IN/deployment-audit

Clone this repository using git:
git clone git://git.rocketgit.com/user/Sumangal-IN/deployment-audit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main