Skip to content

Commit

Permalink
fix(): Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas-avesha authored Aug 25, 2023
1 parent f5d9045 commit b0f85c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
@Library('jenkins-library@opensource-release') _
dockerImagePipeline(
script: this,
serviceCython: 'openvpn-server.alpine.amd64',
service: 'openvpn-client.alpine.amd64',
dockerfile: 'avesha_openvpn_client.dockerfile',
dockerFileCython: 'avesha_openvpn_server.dockerfile',
runUnitTests: false,
pushed: true,
testArguments: 'pytest --alluredir=/workspace/allure-report test/tools/',
buildContext: '.',
buildArguments: [PLATFORM:"amd64"]

)

0 comments on commit b0f85c5

Please sign in to comment.