Skip to content

Commit

Permalink
Change 'JFrog' -> 'jfrog' in Git URLs (jfrog#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Mar 8, 2020
1 parent 57557d7 commit fe5ef88
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def upSpec = """{

job("job-dsl-artifactory-freestyle-generic-example") {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

configure { node ->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
job("job-dsl-artifactory-freestyle-gradle-example") {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

configure { node ->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
job("job-dsl-artifactory-freestyle-ivy-example") {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

configure { node ->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
job("job-dsl-artifactory-freestyle-maven-example") {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

configure { node ->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ivyJob('job-dsl-artifactory-ivy-example') {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

// === Configure the Ivy builder ===
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mavenJob('job-dsl-artifactory-maven-example') {
scm {
git("https://github.com/JFrog/project-examples.git", "master")
git("https://github.com/jfrog/project-examples.git", "master")
}

configure { node ->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mandatory - Set the following Git repository in the Source control management section:
// https://github.com/JFrog/project-examples.git
// https://github.com/jfrog/project-examples.git
pipelineJob('job-dsl-artifactory-pipeline-example') {
parameters {
stringParam('SERVER_ID', SERVER_ID, 'Enter Artifactory server ID')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'

// Get Artifactory server instance, defined in the Artifactory Plugin administration page.
def server = Artifactory.server SERVER_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('Clone'){
steps {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node {
def buildInfo = Artifactory.newBuildInfo()

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Add properties') {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'

// Obtain an Artifactory server instance, defined in Jenkins --> Manage:
def server = Artifactory.server SERVER_ID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'

// Obtain an Artifactory server instance, defined in Jenkins --> Manage:
def server = Artifactory.server SERVER_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo = Artifactory.newBuildInfo()

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def rtGradle

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo = Artifactory.newBuildInfo()

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node {
stage 'Build'
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'

// Obtain an Artifactory server instance, defined in Jenkins --> Manage:
def server = Artifactory.server SERVER_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def rtMaven

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node {
def buildInfo

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Artifactory configuration') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node {
def promotionConfig

stage ('Build') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'

// Obtain an Artifactory server instance, defined in Jenkins --> Manage:
server = Artifactory.server SERVER_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node {
def server = Artifactory.server SERVER_ID

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Upload') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node {
def server = Artifactory.server SERVER_ID

stage ('Clone') {
git url: 'https://github.com/JFrog/project-examples.git'
git url: 'https://github.com/jfrog/project-examples.git'
}

stage ('Upload') {
Expand Down
2 changes: 1 addition & 1 deletion openshift-s2i-examples/cpp-conan/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to containerize C++ applications using Conan and OpenShift S2I #

## Clone project ##
``` git clone https://github.com/JFrog/project-examples.git && cd project-examples/openshift-s2i-examples/cpp-conan ```
``` git clone https://github.com/jfrog/project-examples.git && cd project-examples/openshift-s2i-examples/cpp-conan ```

## Install source-to-image / s2i / sti ##
Follow the [instructions](https://github.com/openshift/source-to-image#installation) to install s2i
Expand Down

0 comments on commit fe5ef88

Please sign in to comment.