From 47488e1ca09f8f9e4904b79972a83f4b99a52dd2 Mon Sep 17 00:00:00 2001 From: Raghava510 <88734791+Raghava510@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:27:04 +0530 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dd4451f5..193e73a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline{ stages{ stage('checkout'){ steps{ - git 'https://github.com/sonal04devops/JavaWebCalculator.git' + git 'https://github.com/Raghava510/JavaWebCalculator.git' } } stage('Compile'){ From 458c0374bb88ac8150def99c2ab5568333c28d9e Mon Sep 17 00:00:00 2001 From: Raghava510 <88734791+Raghava510@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:37:56 +0530 Subject: [PATCH 2/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 193e73a3..0e9eec5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline{ jdk 'myjava' maven 'mymaven' } - agent {label 'prod_server'} + agent any stages{ stage('checkout'){ steps{