Skip to content

Commit 1f75dac

Browse files
authored
Merge pull request #2 from rees46/feat/change-deploy-source
feat: change deploy
2 parents 7a84751 + d5435df commit 1f75dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
script {
1717
env.GIT_COMMIT_MSG = sh (script: 'git log -1 --pretty=%B ${GIT_COMMIT}', returnStdout: true).trim()
1818
env.GIT_COMMIT_AUTHOR = sh (script: 'git log -1 --pretty=%an ${GIT_COMMIT}', returnStdout: true).trim()
19-
env.COMMIT_URL = "https://github.com/rees46/api-reference/commit/${GIT_COMMIT}"
19+
env.COMMIT_URL = "https://github.com/rees46/api-docs/commit/${GIT_COMMIT}"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)