Jenkinsfile
This commit is contained in:
parent
130a50c5c5
commit
aefdb2bbee
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -38,8 +38,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Second') {
|
stage('Second') {
|
||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi. amu.edu.pl/s478815/ium_478815.git']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478815/ium_478815.git']]])
|
||||||
sh "chmod a+x ./skrypt.sh"
|
sh "chmod a+x ./skrypt.sh"
|
||||||
archiveArtifacts 'data.csv'
|
archiveArtifacts 'data.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user