fix
This commit is contained in:
parent
c56f9dcc0f
commit
ff7f68eb64
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -18,10 +18,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Count lines'){
|
||||
stage('Count lines'){
|
||||
steps {
|
||||
sh('chmod +x ./countLines.sh')
|
||||
sh('./countLines.sh')
|
||||
sh('chmod +x ./script.sh')
|
||||
sh('./script.sh')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user