Test Jenkins credentials
This commit is contained in:
		@@ -24,6 +24,7 @@ def projectName = "pxt-calliope"
 | 
				
			|||||||
                credentialsBinding {
 | 
					                credentialsBinding {
 | 
				
			||||||
                    string("PXT_ACCESS_TOKEN", "pxt_access_token")
 | 
					                    string("PXT_ACCESS_TOKEN", "pxt_access_token")
 | 
				
			||||||
                    string("PXT_RELEASE_REPO", "pxt_release_repo_calliope")
 | 
					                    string("PXT_RELEASE_REPO", "pxt_release_repo_calliope")
 | 
				
			||||||
 | 
					                    string("TEST_CRED_", "test_secret_in_restricted_folder")
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ echo isPR: $1
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
originRegex="^origin/.*"
 | 
					originRegex="^origin/.*"
 | 
				
			||||||
branchRegex="^origin/\K.*(?=$)"
 | 
					branchRegex="^origin/\K.*(?=$)"
 | 
				
			||||||
releaseBranchRegex = "^(master|v\d+)$"
 | 
					releaseBranchRegex="^(master|v\d+)$"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ "$GIT_BRANCH" =~ $originRegex ]]; then
 | 
					if [[ "$GIT_BRANCH" =~ $originRegex ]]; then
 | 
				
			||||||
    branchName=$(echo ${GIT_BRANCH} | grep -oP $branchRegex)
 | 
					    branchName=$(echo ${GIT_BRANCH} | grep -oP $branchRegex)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user