This commit is contained in:
s460941 2020-04-22 16:32:48 +02:00
parent 4283e2b207
commit 1bc6058daf

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
stage('Shell Script') stage('Shell Script')
{ {
steps { steps {
sh label:"", script:"bash ./lines.sh" sh label:"", script:"bash ./count.sh"
} }
} }
} }