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

This commit is contained in:
2021-10-20 00:20:10 +02:00
parent 93efe034d5
commit 95aa8eed7d

7
Jenkinsfile vendored
View File

@@ -1,5 +1,10 @@
pipeline {
agent { dockerfile true }
agent {
docker {
label 'docker'
image 'node:lts-alpine3.14'
}
}
stages {
stage('Init') {
steps {