4
All checks were successful
gitea/jenkins-test/pipeline/head This commit looks good

This commit is contained in:
erki 2022-01-23 16:26:58 +00:00
parent 16ddb4e1da
commit 7b7cb0dbae

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline { pipeline {
agent { label 'docker-ubuntu' } agent { label 'docker && ubuntu' }
stages { stages {
stage("build") { stage("build") {