Update Jenkinsfile
All checks were successful
jenkins_organization/some-project/pipeline/head This commit looks good

This commit is contained in:
jenkins 2024-08-24 07:34:32 +00:00
parent 9f89ba7641
commit b73f72347d

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'echo "sample artifact" > artifact.txt' sh 'echo "sample artifact change" > artifact.txt'
} }
} }
stage('Save user') { stage('Save user') {