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 f68b8f8 commit 833f49aCopy full SHA for 833f49a
Jenkinsfile
@@ -45,7 +45,7 @@ pipeline {
45
}
46
steps {
47
sh '''
48
- sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml
+ sed -i -E 's/^(name *= *")superstream-clients(")/\\1superstream-clients-beta\\2/' pyproject.toml
49
'''
50
sh 'pip install --quiet build twine'
51
sh 'python -m build'
@@ -160,4 +160,4 @@ def notifyFailed() {
160
Check console output at ${env.BUILD_URL}""",
161
to: '[email protected]'
162
)
163
-}
+}
0 commit comments