We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d4146 commit 25c575bCopy full SHA for 25c575b
Jenkinsfile
@@ -53,8 +53,9 @@ pipeline {
53
// sh """
54
// C_INCLUDE_PATH=/usr/include/librdkafka LIBRARY_PATH=/usr/include/librdkafka /tmp/.local/bin/pdm build
55
// """
56
+ sh 'pip install build'
57
sh 'python -m build'
- sh "ls dist/"
58
+ sh 'ls dist/'
59
// withCredentials([usernamePassword(credentialsId: 'superstream-pypi', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
60
61
// 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