This commit is contained in:
Dawid Kubicki 2019-04-26 11:13:08 +02:00
parent 4620a9361a
commit a718185b23

14
Jenkinsfile vendored
View File

@ -1,10 +1,6 @@
pipeline { node{
agent any copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
stages { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s412146/s412146-mlworkshops.git']]])
stage('Stage 1') { sh label: '', script: 'Jenkinsfile'
steps { archiveArtifacts 'Jenkinsfile'
echo 'Hello world!'
}
}
}
} }