Skip to content

Commit

Permalink
DEX-892 Build fineness (#364)
Browse files Browse the repository at this point in the history
Jenkinsfiles are moved to jenkins directory
  • Loading branch information
vsuharnikov committed Sep 10, 2020
1 parent 9900415 commit 9436317
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions deploy.Jenkinsfile → jenkins/deploy.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pipeline {
label 'buildagent-matcher'
}
options {
ansiColor('xterm')
timeout(time: 15, unit: 'MINUTES')
timestamps()
}
environment {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
}
options {
ansiColor('xterm')
timeout(time: 40, unit: 'MINUTES')
timeout(time: 45, unit: 'MINUTES')
timestamps()
}
parameters {
Expand Down
4 changes: 2 additions & 2 deletions tests.Jenkinsfile → jenkins/tests.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
}
options {
ansiColor('xterm')
timeout(time: 40, unit: 'MINUTES')
timeout(time: 45, unit: 'MINUTES')
timestamps()
}
parameters {
Expand Down Expand Up @@ -41,7 +41,7 @@ pipeline {
}
stage ('Push images') {
steps {
build job: 'Waves.Exchange/Matcher/Push Docker Images', propagate: false, wait: false, parameters: [
build job: 'Waves.Exchange/Matcher/Matcher Server - OS - Docker', propagate: false, wait: false, parameters: [
[$class: 'StringParameterValue', name: 'BRANCH', value: "${BRANCH_NAME}"]
]
}
Expand Down

0 comments on commit 9436317

Please sign in to comment.