diff --git a/Jenkinsfile b/Jenkinsfile index 720d3c1c4..902d14f40 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '**']], doGenerateSubmoduleConfigurations: false, extensions: [], - userRemoteConfigs: [[url: 'http://172.20.0.2:3000/Ismail/NodeMap', credentialsId: 'd378f013-2f24-417b-9afd-33df5d410ab8']]]) + userRemoteConfigs: [[url: 'http://192.168.10.95:3002/Ismail/nodeMap', credentialsId: 'gmail2']]]) } } stage('Check Node.js Version') {