Testing Jenkinsfile
Gitea/webhook-testing/pipeline/head This commit looks good
Details
Gitea/webhook-testing/pipeline/head This commit looks good
Details
parent
1f2305a6fe
commit
8d507ae7d3
|
@ -0,0 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Do nothing') {
|
||||
steps {
|
||||
sh '/bin/true'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue