Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <[email protected]>
  • Loading branch information
rbuysse committed Feb 19, 2019
1 parent 2c7da7b commit 4c6711b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,10 @@ node ('master') {

stage("Run Lint") {
sh 'docker-compose -f docker/compose/run-lint.yaml up --abort-on-container-exit --exit-code-from lint-python lint-python'
sh 'docker-compose -f docker/compose/run-lint.yaml up --abort-on-container-exit --exit-code-from lint-rust lint-rust'
sh 'docker-compose -f docker/compose/run-lint.yaml up --abort-on-container-exit --exit-code-from lint-validator lint-validator'
}

stage("Build Test Dependencies") {
sh 'docker-compose -f docker-compose-installed.yaml build'
sh 'docker-compose -f docker/compose/external.yaml build'
sh 'docker build -f docker/bandit -t bandit:$ISOLATION_ID .'
}

Expand Down Expand Up @@ -117,7 +114,7 @@ node ('master') {
archiveArtifacts artifacts: 'build/debs/*.deb'
archiveArtifacts artifacts: 'build/bandit.html'
archiveArtifacts artifacts: 'coverage/html/*'
archiveArtifacts artifacts: 'docs/build/html/**, docs/build/latex/*.pdf'
archiveArtifacts artifacts: 'docs/build/html/**'
sh 'docker-compose -f docker/compose/copy-debs.yaml down'
}
}
Expand Down

0 comments on commit 4c6711b

Please sign in to comment.