mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 09:55:06 +03:00
parent
8fcda7c0c8
commit
456c4654a8
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ test:
|
|||
- mkdir -p tmp var/jenkins
|
||||
- jenkins-lts --version
|
||||
|
||||
# version not updated in 2.426.3
|
||||
# FIXME: version not updated starting in 2.426.3
|
||||
- run: jenkins-lts --version | grep {{version}}
|
||||
if: '<2.426.3 || >=2.426.4'
|
||||
if: <2.426.3
|
||||
|
||||
- jenkins-lts --httpPort=$FREE_PORT > var/jenkins/jenkins.log 2>&1 &
|
||||
- PID=$!
|
||||
|
|
Loading…
Reference in a new issue