ci043-add-jenkins-ci #13
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -2,6 +2,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
nodejs 'NodeJS-24.2.0'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Install Dependencies') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user