mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
test jenkins
This commit is contained in:
parent
cc884bcf64
commit
74b8e7a4c8
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -8,6 +8,8 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'pwd'
|
||||||
|
sh 'ls'
|
||||||
// sh 'npm install'
|
// sh 'npm install'
|
||||||
// sh 'npm run build'
|
// sh 'npm run build'
|
||||||
}
|
}
|
||||||
|
@ -20,7 +22,6 @@ pipeline {
|
||||||
|
|
||||||
steps{
|
steps{
|
||||||
echo "====== its a dev!!! ======"
|
echo "====== its a dev!!! ======"
|
||||||
sh 'pwd'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue