first commit

This commit is contained in:
unknown 2020-04-03 16:25:26 +02:00
parent 98a2f9df7f
commit 3722efc536

4
README
View File

@ -9,7 +9,9 @@ pipeline {
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh('chmod +x ./lines.sh')
sh('./lines.sh')
archiveArtifacts'lines_number.txt'
archiveArtifacts'lines_number.txt'
sh 'node --version'
sh 'svn --version'
}
}
}