We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5189c52 commit 036321fCopy full SHA for 036321f
Jenkinsfile
@@ -21,14 +21,6 @@ pipeline {
21
}
22
23
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
32
stage('Metadata tests') {
33
parallel {
34
stage('AI4OS Hub metadata V1 validation') {
@@ -134,6 +126,14 @@ pipeline {
134
126
135
127
136
128
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))
+ }
137
stage("Docker Variable initialization") {
138
when {
139
expression {env.MODULES.contains(env.THIS_REPO)}
0 commit comments