Skip to content

Commit 036321f

Browse files
committed
feat: change order of tests
1 parent 5189c52 commit 036321f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Jenkinsfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ pipeline {
2121
}
2222

2323
stages {
24-
stage("App/Tool pipeline job") {
25-
steps {
26-
//sh 'printenv'
27-
script {
28-
build(job: "/AI4OS-HUB-TEST/" + env.JOB_NAME.drop(10))
29-
}
30-
}
31-
}
3224
stage('Metadata tests') {
3325
parallel {
3426
stage('AI4OS Hub metadata V1 validation') {
@@ -134,6 +126,14 @@ pipeline {
134126
}
135127
}
136128
}
129+
stage("User-defined module pipeline job") {
130+
steps {
131+
//sh 'printenv'
132+
script {
133+
build(job: "/AI4OS-HUB-TEST/" + env.JOB_NAME.drop(10))
134+
}
135+
}
136+
}
137137
stage("Docker Variable initialization") {
138138
when {
139139
expression {env.MODULES.contains(env.THIS_REPO)}

0 commit comments

Comments
 (0)