Update Jenkinsfile
All checks were successful
Job Folder/Gitea Instance/psniquiz/pipeline/head This commit looks good

This commit is contained in:
mayekkuzu 2024-09-26 19:21:47 +03:00
parent 138796b711
commit 6f5df06e45

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Do nothing') { stage('Do nothing') {
steps { steps {
sh '/bin/true' sh 'ls'
} }
} }
} }