t
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-19 23:36:57 +02:00
parent b8ac1817d1
commit 0da872ca85

5
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent { dockerfile true }
agent {
docker { image 'node:17-alpine' }
}
stages {
stage('Init') {
steps {