Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Remove commented out SSH_KEY environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent 0a2c578 commit 5976cd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ pipeline {
tools {
nodejs "NodeJS"
}
environment {
// SSH_KEY = credentials('nial-ssh-aws') // Credential ID for SSH private key
}
stages {
stage('Install') {
steps {
Expand Down

0 comments on commit 5976cd7

Please sign in to comment.