Jankinsfile credentialsId
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
|||||||
checkout([$class: 'GitSCM', branches: [[name: '**']],
|
checkout([$class: 'GitSCM', branches: [[name: '**']],
|
||||||
doGenerateSubmoduleConfigurations: false,
|
doGenerateSubmoduleConfigurations: false,
|
||||||
extensions: [],
|
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') {
|
stage('Check Node.js Version') {
|
||||||
|
|||||||
Reference in New Issue
Block a user