zrobione
This commit is contained in:
parent
4620a9361a
commit
a718185b23
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -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!'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user