diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..dd24d417 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,22 @@ +pipeline { + agent any + stages { + stage('Build') { + steps { + echo 'Building...' + sh 'mvn clean package' + } + } + stage('Test') { + steps { + echo 'Testing...' + sh 'mvn test' + } + } + stage('Deploy') { + steps { + echo 'Deploying...' + } + } + } +} diff --git a/pom.xml b/pom.xml index 440d6283..31225b8d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ 5.3.34 4.11 1.2.17 - http://15.207.54.73:8639/kkfunda/ + http://34.239.130.73:9000 admin - password + Mnbvx@#90 UTF-8 UTF-8 @@ -98,13 +98,13 @@ nexus KK FUNDA Releases Nexus Repository - http://172.31.40.189:8081/repository/flipkart-release/ + http://98.87.98.22:8081/repository/airtel_relese_repo/ nexus KK FUNDA Snapshot Nexus Repository - http://172.31.40.189:8081/repository/flipkart-snapshot/ + http://98.87.98.22:8081/repository/airtel/ diff --git a/src/main/webapp/jsps/home.jsp b/src/main/webapp/jsps/home.jsp index 48a8c770..4307142e 100644 --- a/src/main/webapp/jsps/home.jsp +++ b/src/main/webapp/jsps/home.jsp @@ -9,7 +9,7 @@ -

Welcome to KKKKKKKKKK KK DevOps

+

Welcome to K KK DevOps

KK FUNDA