tweak(UMA_03) Update Jenkinsfile

This commit is contained in:
sadurska@trui.pl 2021-04-19 14:33:08 +02:00
parent 86be057e4a
commit 55c938091c

4
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline{
agent any
properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
properties([options([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
stages{
stage('checkout: Check out from version control'){
steps{
@ -9,7 +9,7 @@ pipeline{
}
stage('sh: Shell Script'){
steps{
script.sh
./script.sh
}
}
stage('Archive artifacts'){