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
octobus-extensions-ci
Commits
47b64253baf6
Commit
f5e53b99
authored
Nov 05, 2019
by
Boris Feld
Browse files
Poll from mirror instead of m-s.o
parent
8711ce068d46
Changes
9
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile_config_express
View file @
47b64253
...
...
@@ -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_config_express_stable
View file @
47b64253
...
...
@@ -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', 'revision': 'stable'])
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
mirror.octobus.net
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial', 'revision': 'stable'])
}
}
stage('Build Mercurial') {
...
...
Jenkinsfile_docgraph
View file @
47b64253
...
...
@@ -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_evolve
View file @
47b64253
...
...
@@ -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_evolve_Stable
View file @
47b64253
...
...
@@ -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', 'revision': 'stable'])
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
mirror.octobus.net
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial', 'revision': 'stable'])
}
}
stage('Build Mercurial') {
...
...
Jenkinsfile_evolve_pure
View file @
47b64253
...
...
@@ -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_evolve_py3
View file @
47b64253
...
...
@@ -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'])
}
}
...
...
Jenkinsfile_format_source
View file @
47b64253
...
...
@@ -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_format_source_stable
View file @
47b64253
...
...
@@ -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', 'revision': 'stable'])
checkout([$class: 'MercurialSCM', credentialsId: '', source: 'https://
mirror.octobus.net
/hg/', clean: true, disableChangeLog: false, subdir: 'mercurial', 'revision': 'stable'])
}
}
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