Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 70f28df

Browse files
committed
Skip all-dbs build for now.
1 parent a28a2cd commit 70f28df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Jenkinsfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
script {
4242
docker.withRegistry(p['docker.proxy.registry'], p['docker.proxy.credentials']) {
4343
docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.docker']) {
44-
sh "PROFILE=all-dbs JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
44+
sh "PROFILE=ci JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
4545
sh "JENKINS_USER_NAME=${p['jenkins.user.name']} ci/clean.sh"
4646
}
4747
}
@@ -72,7 +72,7 @@ pipeline {
7272
script {
7373
docker.withRegistry(p['docker.proxy.registry'], p['docker.proxy.credentials']) {
7474
docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
75-
sh "PROFILE=all-dbs JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
75+
sh "PROFILE=ci JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
7676
sh "JENKINS_USER_NAME=${p['jenkins.user.name']} ci/clean.sh"
7777
}
7878
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /