boo.
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 17:32:49 +02:00
parent 2339423f16
commit 2822545273

5
Jenkinsfile vendored
View File

@@ -1,14 +1,11 @@
pipeline {
agent {
docker { image 'node:17-alpine' }
}
agent any
stages {
stage('Build') {
steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..'
sh 'docker info'
}
}
stage('Test') {