modify Jenkinsfile

master
TBS093A 2022-03-01 16:27:24 +01:00
parent e3987bfba0
commit 5f57e2f9ce
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
stages { stages {
stage('#1 Fetch App') { stage('#1 Fetch App') {
steps { steps {
echo '#1 Fetch App' echo '#1 Fetch App'
sh 'rm -r *' sh 'rm -r *'
@ -10,6 +11,7 @@ pipeline {
git credentialsId: 'git-tbs093a', url: 'git@github.com:TBS093A/curriculum_vitae.git' git credentialsId: 'git-tbs093a', url: 'git@github.com:TBS093A/curriculum_vitae.git'
sh 'ls -la' sh 'ls -la'
} }
} }
stage('#2 Build App (npm node)') { stage('#2 Build App (npm node)') {