Added initial Jenkins pipeline file.
This commit is contained in:
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user