Skip to content

Commit 76ee66e

Browse files
authored
Update index.js
1 parent 2814893 commit 76ee66e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

actions/run-jenkins-job/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ axios.post(jobBuildUrl, qs.stringify(queryParamJson), { auth: basicAuth })
8888
const internalJenkinsDomain = 'https://jenkins.mgmt.totango.com';
8989
// for GitHub Actions we need to use external Jenkins Domain,
9090
// but the job has inside only internal domain
91+
core.info(`check if buildUrl has not needed domain ${buildUrl.startsWith(internalJenkinsDomain)}`)
9192
if (buildUrl.startsWith(internalJenkinsDomain)) {
9293
buildUrl = buildUrl.replace(internalJenkinsDomain, 'https://jenkins.totango.com');
9394
}

0 commit comments

Comments
 (0)