edit Jenkinsfile

This commit is contained in:
Dawid 2021-03-28 21:05:05 +02:00
parent 34a6a3a29c
commit 1ba55b36bd

5
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline{ pipeline{
agent any agent any
parameters { parameters {
string(defaultValue: '100', description: 'Number of lines to cutoff', name: 'CUTOFF', trim: false) string(defaultValue: '5', description: 'Number of lines to cutoff', name: 'CUTOFF', trim: false)
} }
stages{ stages{
stage('Stage 1'){ stage('Stage 1'){
@ -20,8 +20,7 @@ pipeline{
sh "chmod 777 ./script.sh" sh "chmod 777 ./script.sh"
./data.sh ./data.sh
} }
} }}
}
stage('Archive artifacts'){ stage('Archive artifacts'){
steps{ steps{
archiveArtifacts 'test.csv' archiveArtifacts 'test.csv'