File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pipeline {
23
23
agent { label ' java' }
24
24
25
25
environment {
26
- GITLAB_URL = credentials(' gitlab_url' )
27
26
MVN_REPO_LOGIN = credentials(' objectbox_internal_mvn_user' )
28
27
MVN_REPO_URL = credentials(' objectbox_internal_mvn_repo_http' )
29
28
MVN_REPO_UPLOAD_URL = credentials(' objectbox_internal_mvn_repo' )
@@ -36,7 +35,7 @@ pipeline {
36
35
options {
37
36
buildDiscarder(logRotator(numToKeepStr : buildsToKeep, artifactNumToKeepStr : buildsToKeep))
38
37
timeout(time : 1 , unit : ' HOURS' ) // If build hangs (regular build should be much quicker)
39
- gitLabConnection(" ${ env.GITLAB_URL } " )
38
+ gitLabConnection(' objectbox-gitlab-connection ' )
40
39
}
41
40
42
41
triggers {
Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ pipeline {
15
15
agent { label ' windows' }
16
16
17
17
environment {
18
- GITLAB_URL = credentials(' gitlab_url' )
19
18
MVN_REPO_URL = credentials(' objectbox_internal_mvn_repo_http' )
20
19
MVN_REPO_LOGIN = credentials(' objectbox_internal_mvn_user' )
21
20
}
22
21
23
22
options {
24
23
buildDiscarder(logRotator(numToKeepStr : buildsToKeep, artifactNumToKeepStr : buildsToKeep))
25
- gitLabConnection(" ${ env.GITLAB_URL } " )
24
+ gitLabConnection(' objectbox-gitlab-connection ' )
26
25
}
27
26
28
27
triggers {
You can’t perform that action at this time.
0 commit comments