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 e17e221 commit e8c728eCopy full SHA for e8c728e
Jenkinsfile
@@ -29,7 +29,7 @@ node('words-linux') {
29
packageTesting = params.packageTesting
30
sh 'git clean -fdx'
31
32
- if (needToBuild) {
+ if (needToBuild || packageTesting) {
33
withCredentials([usernamePassword(credentialsId: params.credentialsId, passwordVariable: 'ClientSecret', usernameVariable: 'ClientId')]) {
34
sh 'mkdir -p settings'
35
sh 'echo "{\\"ClientId\\": \\"$ClientId\\", \\"ClientSecret\\": \\"$ClientSecret\\",\\"BaseUrl\\": \\"$apiUrl\\"}" > settings/servercreds.json'
0 commit comments