Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Fixed the typo, fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jun 8, 2017
1 parent e82b224 commit 2304f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/declarative-pipeline/Jenkinsfile-sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
[$class: 'WipeWorkspace'],
],
userRemoteConfigs: [
[credentialsId: env.GIT_CREDENTIAL_ID, url: env.GIT_REPOSIOTRY]
[credentialsId: env.GIT_CREDENTIAL_ID, url: env.GIT_REPOSITORY]
]
])

Expand Down

0 comments on commit 2304f33

Please sign in to comment.