Look up credentials for artifactory.

This commit is contained in:
Greg L. Turnquist
2021-04-14 14:45:33 -05:00
parent 4ce5529a33
commit 94bc0f96a6

18
Jenkinsfile vendored
View File

@@ -34,6 +34,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=distribute,convergence ci/test.sh"
}
@@ -48,6 +51,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=spring-buildsnapshot,convergence ci/test.sh"
}
@@ -59,6 +65,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=distribute,java11,convergence ci/test.sh"
}
@@ -70,6 +79,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=spring-buildsnapshot,java11,convergence ci/test.sh"
}
@@ -81,6 +93,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=distribute,java11,convergence ci/test.sh"
}
@@ -92,6 +107,9 @@ pipeline {
args '-v $HOME/.m2:/root/.m2'
}
}
environment {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
steps {
sh "PROFILE=spring-buildsnapshot,java11,convergence ci/test.sh"
}