modify Jenkinsfile
parent
e3987bfba0
commit
5f57e2f9ce
|
|
@ -3,6 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('#1 Fetch App') {
|
||||
steps {
|
||||
|
||||
echo '#1 Fetch App'
|
||||
|
||||
sh 'rm -r *'
|
||||
|
|
@ -10,6 +11,7 @@ pipeline {
|
|||
git credentialsId: 'git-tbs093a', url: 'git@github.com:TBS093A/curriculum_vitae.git'
|
||||
|
||||
sh 'ls -la'
|
||||
|
||||
}
|
||||
}
|
||||
stage('#2 Build App (npm node)') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue