modify Jenkinsfile
parent
e3987bfba0
commit
5f57e2f9ce
|
|
@ -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)') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue