Skip to content

Commit

Permalink
Removed unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicusor Serban committed Mar 1, 2024
1 parent e79a5e5 commit f9e716b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pipeline {
}
environment {
GITHUB_TOKEN = credentials('6e7c1e8f-ca2c-4b11-a70e-d934d3f6b681')
DOCKERHUB_CREDENTIALS=credentials('acdd7926-9ee7-4f51-863f-14ee5bca1f4c')
}
stages {
stage("Build docker image") {
Expand Down

0 comments on commit f9e716b

Please sign in to comment.