3
Some checks reported errors
gitea/jenkins-test/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea/jenkins-test/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
a08b1ffa69
commit
16ddb4e1da
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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"'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user