Some checks failed
gitea/jenkins-test/pipeline/head There was a failure building this commit
10 lines
133 B
Groovy
10 lines
133 B
Groovy
pipeline {
|
|
agent { label 'docker-ubuntu' }
|
|
|
|
stage("build") {
|
|
steps {
|
|
sh 'echo "memes"'
|
|
}
|
|
}
|
|
}
|