test #1

Closed
hellsos wants to merge 2 commits from master into feature/Feature-1
Showing only changes of commit 2339423f16 - Show all commits

4
Jenkinsfile vendored
View File

@@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
docker { image 'node:17-alpine' }
}
stages { stages {
stage('Build') { stage('Build') {