test
gitea local/fvtt-shared-compendia/pipeline/head There was a failure building this commit Details

main
dmitry.kirdyashkin 2022-12-18 19:30:35 +03:00
parent 0d4cfc180a
commit 9d0858832e
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -2,9 +2,10 @@ pipeline {
agent any
stages {
stage('Do nothing') {
stage('test') {
steps {
sh '/bin/true'
ls -la
}
}
}