Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AGPWR authored May 10, 2024
1 parent 6a286db commit b07cacd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ pipeline {
}

stages {
stage('Checkout') {
steps{
checkout scmGit(branches: [[name: '*/main']], extensions: [], userRemoteConfigs: [[url: 'https://github.com/AGPWR/Front.git']])
}
}

stage('Install Dependencies') {
steps {
sh 'npm ci'
Expand Down

0 comments on commit b07cacd

Please sign in to comment.