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.
2 parents 1307d0e + 8ef3a70 commit 7f4080eCopy full SHA for 7f4080e
Jenkinsfile
@@ -19,8 +19,10 @@ node {
19
dir('memphis-broker'){
20
git credentialsId: 'main-github', url: '[email protected]:memphisdev/memphis.git', branch: gitBranch
21
}
22
- sh "cat memphis-broker/version.conf > version.conf"
23
- sh "rm -rf memphis-broker"
+ sh """
+ cat memphis-broker/version.conf | cut -d "-" -f1 > version.conf
24
+ rm -rf memphis-broker
25
+ """
26
27
28
stage('Import version number from rest gateway'){
0 commit comments