Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

🔧 Update Jenkinsfile for new Jenkins #136

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
@Library('libpipelines@master') _
@Library('libpipelines') _

hose {
EMAIL = 'qa'
DEVTIMEOUT = 20
RELEASETIMEOUT = 20
MODULE = 'marathon-lb'
REPOSITORY = 'marathon-lb-sec'
PKGMODULESNAMES = ['marathon-lb-sec']
QA_ISSUE_PROJECT = 'EOS'
BUILDTOOL = 'make'
NEW_VERSIONING = true
GENERATE_QA_ISSUE = true
INSTALLTIMEOUT = 120

Expand Down Expand Up @@ -58,7 +54,7 @@ hose {
| """.stripMargin().stripIndent()

DEV = { config ->
doDocker(config)
doDocker(conf: config, image: 'marathon-lb-sec')
}

INSTALL = { config, params ->
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography
cryptography==2.9.2
PyJWT==1.7.1
pycurl
python-dateutil
requests
six
pycurl==7.43.0.5
python-dateutil==2.8.1
requests==2.23.0
six==1.15.0