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