Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lenn0n authored Sep 21, 2024
1 parent b121c4e commit 2752221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
usernameVariable: "USERNAME",
passwordVariable: "PASSWORD"
)]) {
bat 'docker login -u lennonjansuy -p dckr_pat_Bl0-f_cNaHb52ZYDe15vjwhGFl4'
bat "docker login --username ${USERNAME} --password ${PASSWORD}"
bat 'docker push lennonjansuy/webapp:dev'
}
}
Expand Down

0 comments on commit 2752221

Please sign in to comment.