This commit is contained in:
Diana-Krol 2020-04-03 16:25:18 +02:00
parent 33e898d19d
commit 5e6eaca611

View File

@ -10,6 +10,8 @@ pipeline {
sh('chmod +x ./lines.sh')
sh(' ./lines.sh')
archiveArtifacts 'lines_number.txt'
sh 'node --version'
sh 'svn --version'
}
}
}