Testing
Some checks failed
gitea/jenkins-test/pipeline/head There was a failure building this commit

This commit is contained in:
erki 2022-01-23 16:19:23 +00:00
parent a975dfc321
commit d4089a992d

9
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,9 @@
pipeline {
agent docker-ubuntu
stage("build") {
steps {
sh 'echo "memes"'
}
}
}