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

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent 043bad3 commit e2cf626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pipeline {
stage('Clone Repository') {
steps {
// Clone the repository
checkout([$class: 'GitSCM', branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://github.com/nmcc1212/TSI.git']]])
checkout scmGit(userRemoteConfigs: [
[ url: 'https://github.com/jenkinsci/git-plugin' ]
])
}
}
stage('Install NPM Requirements') {
Expand Down

0 comments on commit e2cf626

Please sign in to comment.