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