update Jenkinsfile
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
This commit is contained in:
parent
ed765c6fa8
commit
8a5ff5410d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -29,7 +29,8 @@ pipeline {
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
sh "pipenv run pex . -r <(pipenv lock -r) -e carom.cli:cli -o dist/carom-client"
|
||||
sh 'pipenv lock'
|
||||
sh 'pipenv run pex . -e carom.cli:cli -o dist/carom-client'
|
||||
archiveArtifacts artifacts: 'dist/*', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user