nowy credentials dla Jenkins
This commit is contained in:
parent
3fec7091ba
commit
e47d4156c0
|
|
@ -8,7 +8,7 @@ def projects = [
|
|||
]
|
||||
|
||||
def git_take(projects, git_remote) {
|
||||
withCredentials([usernamePassword(credentialsId: 'c3c1f5bf-8f6e-4686-b26c-3f419ef7973e', usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) {
|
||||
withCredentials([usernamePassword(credentialsId: '9e8daaa4-8c14-41ae-947b-65ba47965dfe', usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) {
|
||||
projects.each { project ->
|
||||
def projectPath = "${env.WORKSPACE}/${project}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue