diff --git a/Jenkinsfile b/Jenkinsfile index a8ac4fe..c68f925 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - sh 'echo "sample artifact" > artifact.txt' + sh 'echo "sample artifact change" > artifact.txt' } } stage('Save user') {