Skip to content

Commit 25c575b

Browse files
add step
1 parent 78d4146 commit 25c575b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ pipeline {
5353
// sh """
5454
// C_INCLUDE_PATH=/usr/include/librdkafka LIBRARY_PATH=/usr/include/librdkafka /tmp/.local/bin/pdm build
5555
// """
56+
sh 'pip install build'
5657
sh 'python -m build'
57-
sh "ls dist/"
58+
sh 'ls dist/'
5859
// withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
5960
// sh """
6061
// python3 patch/patch.py --src "dist/superstream_confluent_kafka_beta-${env.versionTag}-cp311-cp311-linux_x86_64.whl" --output "dist/" --prefix "superstream_confluent_kafka_beta-${env.versionTag}"

0 commit comments

Comments
 (0)