Updated Jenkinsfile_2 and make_statistic.sh
This commit is contained in:
parent
0609abeb7a
commit
3ec098c814
@ -12,9 +12,7 @@ pipeline {
|
||||
stage('Load Artifact') {
|
||||
steps {
|
||||
script {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||
def previousFile = readFile(file: "output.txt")
|
||||
echo("The previous build artifact was: ${previousFile}")
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo "Hello World"
|
||||
wc -l output.txt
|
Loading…
Reference in New Issue
Block a user