Skip to content

Commit e8c728e

Browse files
Fix CI/CD
1 parent e17e221 commit e8c728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ node('words-linux') {
2929
packageTesting = params.packageTesting
3030
sh 'git clean -fdx'
3131

32-
if (needToBuild) {
32+
if (needToBuild || packageTesting) {
3333
withCredentials([usernamePassword(credentialsId: params.credentialsId, passwordVariable: 'ClientSecret', usernameVariable: 'ClientId')]) {
3434
sh 'mkdir -p settings'
3535
sh 'echo "{\\"ClientId\\": \\"$ClientId\\", \\"ClientSecret\\": \\"$ClientSecret\\",\\"BaseUrl\\": \\"$apiUrl\\"}" > settings/servercreds.json'

0 commit comments

Comments
 (0)