Skip to content

Commit 6f83518

Browse files
authored
Update Jenkinsfile, add github token
1 parent c29e89b commit 6f83518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pipeline {
1111
DOCKER_HUB_CREDS = credentials('dockerhub-credentials')
1212
DOCKER_HUB_USERNAME = "${DOCKER_HUB_CREDS_USR}"
1313
DOCKER_IMAGE_PREFIX = "${DOCKER_HUB_USERNAME}"
14+
// Adding GitHub credentials
15+
GITHUB_TOKEN = credentials('github-token')
1416
}
1517

1618
stages {

0 commit comments

Comments
 (0)