Testing
Some checks failed
gitea/jenkins-test/pipeline/head There was a failure building this commit
Some checks failed
gitea/jenkins-test/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a975dfc321
commit
d4089a992d
9
Jenkinsfile
vendored
Normal file
9
Jenkinsfile
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pipeline {
|
||||||
|
agent docker-ubuntu
|
||||||
|
|
||||||
|
stage("build") {
|
||||||
|
steps {
|
||||||
|
sh 'echo "memes"'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user