Some checks reported errors
gitea/jenkins-test/pipeline/head Something is wrong with the build of this commit
12 lines
172 B
Groovy
12 lines
172 B
Groovy
pipeline {
|
|
agent { label 'docker-ubuntu' }
|
|
|
|
stages {
|
|
stage("build") {
|
|
steps {
|
|
sh 'echo "memes"'
|
|
}
|
|
}
|
|
}
|
|
}
|