Jenkinsfile
This commit is contained in:
parent
130a50c5c5
commit
aefdb2bbee
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -38,7 +38,7 @@ pipeline {
|
||||
}
|
||||
stage('Second') {
|
||||
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"
|
||||
archiveArtifacts 'data.csv'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user