From d44246507ffa8c8d77d9ddca5c18e1c78e42ff51 Mon Sep 17 00:00:00 2001 From: reinsle Date: Tue, 5 Mar 2019 15:26:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EJenkinsfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix: mask backets --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dac569d..ee45b09 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } stage('build') { steps { - sh 'pipenv run pex . -r <(pipenv lock -r) -e carom.cli:cli -o dist/carom-client' + sh 'pipenv run pex . -r <\(pipenv lock -r\) -e carom.cli:cli -o dist/carom-client' archiveArtifacts artifacts: 'dist/*', fingerprint: true } }