change jenkinsfile
This commit is contained in:
parent
5943c6802c
commit
35a8f38ecb
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -2,6 +2,19 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Githubcheck')
|
||||||
|
{
|
||||||
|
steps{
|
||||||
|
git 'https://git.wmi.amu.edu.pl/s460929/s460929-mlworkshops.git'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage("CopyArtifacts")
|
||||||
|
{
|
||||||
|
steps{
|
||||||
|
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Hello') {
|
stage('Hello') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello World'
|
echo 'Hello World'
|
||||||
|
Loading…
Reference in New Issue
Block a user