Files
Librography/Jenkinsfile
T
datapoint 4e0e4c3af5
GiteaCi/Librography/pipeline/head There was a failure building this commit
Add 'Jenkinsfile'
2021-10-28 06:30:46 +00:00

11 lines
151 B
Groovy

pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}