bash script artfact

This commit is contained in:
s444417 2022-03-24 17:43:23 +01:00
parent bd28d56b5d
commit ce95876fad

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
stage("Shell Script") { stage("Shell Script") {
steps { steps {
sh "chmod u+x ./startscript.sh" sh "chmod u+x ./startscript.sh"
archiveArtifacts 'data.txt'
} }
} }
} }