jenkinsfile
This commit is contained in:
parent
6916ff5ef3
commit
adec18a87b
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,15 +1,10 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh('chmod 755 ./line_counter.sh')
|
||||
sh('./line_counter.sh')
|
||||
archiveArtifacts 'liczba_linii.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user