Authenticate with artifactory to fetch artifacts.
This commit is contained in:
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@@ -32,6 +32,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=convergence ci/test.sh"
|
||||
}
|
||||
@@ -45,6 +48,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=spring-next,convergence ci/test.sh"
|
||||
}
|
||||
@@ -56,6 +62,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=convergence ci/test.sh"
|
||||
}
|
||||
@@ -67,6 +76,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=spring-next,convergence ci/test.sh"
|
||||
}
|
||||
@@ -78,6 +90,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=convergence ci/test.sh"
|
||||
}
|
||||
@@ -89,6 +104,9 @@ pipeline {
|
||||
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
|
||||
}
|
||||
steps {
|
||||
sh "PROFILE=spring-next,convergence ci/test.sh"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user