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

Commit

Permalink
idek
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent 238eb74 commit d31dc7c
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 @@ -5,7 +5,7 @@ pipeline {
stage('Clone Repository') {
steps {
// Clone the repository
git clone 'https://github.com/nmcc1212/TSI.git'
checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'https://github.com/nmcc1212/TSI.git']]])
}
}
stage('Install NPM Requirements') {
Expand Down

0 comments on commit d31dc7c

Please sign in to comment.