Added initial Jenkins pipeline file.
This commit is contained in:
parent
2170fc6c84
commit
cdd150801e
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ("build") {
|
||||
steps {
|
||||
nodejs("NodeJS (17.4.0)") {
|
||||
sh "npm run build"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user