Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
mercurial-extensions-ci
Commits
25d7479bc04f
Commit
8c726cbc
authored
Nov 05, 2019
by
Boris Feld
Browse files
Poll from mirror instead of m-s.o
parent
1275810590a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile_hg_git
View file @
25d7479b
...
...
@@ -8,7 +8,7 @@ pipeline {
stages {
stage('Checkout Mercurial') {
steps {
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
www.mercurial-scm.org/repo
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial'])
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
mirror.octobus.net
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial'])
}
}
stage('Build Mercurial') {
...
...
Jenkinsfile_keyring
View file @
25d7479b
...
...
@@ -8,7 +8,7 @@ pipeline {
stages {
stage('Checkout Mercurial') {
steps {
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
www.mercurial-scm.org/repo
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial'])
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
mirror.octobus.net
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial'])
}
}
stage('Build Mercurial') {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment