Skip to content

Commit 2f00f94

Browse files
locheladeas31
andauthored
Disable alpine stage for now (#912)
Co-authored-by: Adeel Asghar <adeel.asghar@liu.se>
1 parent 1ce5796 commit 2f00f94

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

Jenkinsfile

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,22 @@ pipeline {
133133
buildOMS()
134134
}
135135
}
136-
stage('alpine') {
137-
agent {
138-
dockerfile {
139-
additionalBuildArgs '--pull'
140-
dir '.CI/alpine'
141-
label 'linux'
142-
}
143-
}
144-
environment {
145-
OMSFLAGS = "OMTLM=OFF"
146-
}
147-
steps {
148-
buildOMS()
149-
}
150-
}
136+
// Disable until working
137+
// stage('alpine') {
138+
// agent {
139+
// dockerfile {
140+
// additionalBuildArgs '--pull'
141+
// dir '.CI/alpine'
142+
// label 'linux'
143+
// }
144+
// }
145+
// environment {
146+
// OMSFLAGS = "OMTLM=OFF"
147+
// }
148+
// steps {
149+
// buildOMS()
150+
// }
151+
// }
151152
stage('linux32') {
152153
agent {
153154
dockerfile {

0 commit comments

Comments
 (0)