This commit is contained in:
Diana-Krol 2020-04-03 16:28:10 +02:00
parent 5e6eaca611
commit 8810ab9065

View File

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