All checks were successful
Lila-Kuh/gitea-github-theme_AUR/pipeline/head This commit looks good
11 lines
151 B
Groovy
11 lines
151 B
Groovy
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('Do nothing') {
|
|
steps {
|
|
sh '/bin/true'
|
|
}
|
|
}
|
|
}
|
|
} |