You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
newVariable("CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN",Provider.CircleCI,"Personal access token to fetch source code in GitHub","$GITHUB_ACCESS_TOKEN"),
21
-
newVariable("CIRCLE_CI_SOURCE_GITHUB_INSTANCE_URL",Provider.CircleCI,"Base url of the GitHub instance containing the source code","https://github.com"),
22
20
newVariable("GITLAB_ACCESS_TOKEN",Provider.GitLabCI,"Private token for GitLab"),
23
21
newVariable("GITLAB_INSTANCE_URL",Provider.GitLabCI,"Base url of the GitLab instance","https://gitlab.com"),
24
22
newVariable("JENKINS_ACCESS_TOKEN",Provider.Jenkins,"Personal access token for Jenkins"),
25
23
newVariable("JENKINS_USERNAME",Provider.Jenkins,"Username of Jenkins user"),
26
24
newVariable("JENKINS_INSTANCE_URL",Provider.Jenkins,"Base url of the Jenkins instance"),
27
-
newVariable("JENKINSFILE_ACCESS_TOKEN",Provider.Jenkins,"Personal access token to fetch source code in GitHub","$GITHUB_ACCESS_TOKEN"),
28
25
newVariable("TRAVIS_CI_ACCESS_TOKEN",Provider.TravisCI,"Personal access token for Travis CI"),
29
26
newVariable("TRAVIS_CI_INSTANCE_URL",Provider.TravisCI,"Base url of the Travis CI instance","https://travis-ci.com"),
30
-
newVariable("TRAVIS_CI_ORGANIZATION",Provider.TravisCI,"Travis CI organization name"),
31
-
newVariable("TRAVIS_CI_SOURCE_GITHUB_ACCESS_TOKEN",Provider.TravisCI,"Personal access token to fetch source code in GitHub","$GITHUB_ACCESS_TOKEN"),
32
-
newVariable("TRAVIS_CI_SOURCE_GITHUB_INSTANCE_URL",Provider.TravisCI,"Base url of the GitHub instance containing the source code","https://github.com"),
27
+
newVariable("TRAVIS_CI_ORGANIZATION",Provider.TravisCI,"Travis CI organization name")
0 commit comments