s
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
internetmastercz/test/pipeline/pr-feature/Feature-1 There was a failure building this commit

This commit is contained in:
2021-10-19 23:15:33 +02:00
parent 32bf313825
commit 2339423f16

4
Jenkinsfile vendored
View File

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