3
Some checks reported errors
gitea/jenkins-test/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
erki 2022-01-23 16:25:08 +00:00
parent a08b1ffa69
commit 16ddb4e1da

8
Jenkinsfile vendored
View File

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