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 7862578 commit 99c999fCopy full SHA for 99c999f
Jenkinsfile
@@ -19,8 +19,8 @@ node ("small-ec2-fleet") {
19
sh """
20
sudo yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
21
sudo yum install gh -y
22
- sed -i -r "s/version=\'[0-9].[0-9].[0-9]/version=\'\$(cat version.conf)/g" setup.py
23
- sed -i -r "s/v[0-9].[0-9].[0-9]/v\$(cat version.conf)/g" setup.py
+ sed -i -r "s/version=\\"[0-9].[0-9].[0-9]/version=\\"\$(cat version.conf)/g" setup.py
+ sed -i -r "s/[0-9].[0-9].[0-9].tar.gz/\$(cat version.conf).tar.gz/g" setup.py
24
"""
25
withCredentials([sshUserPrivateKey(keyFileVariable:'check',credentialsId: 'main-github')]) {
26
0 commit comments