We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5796 commit 2f00f94Copy full SHA for 2f00f94
1 file changed
Jenkinsfile
@@ -133,21 +133,22 @@ pipeline {
133
buildOMS()
134
}
135
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
+// Disable until working
+// stage('alpine') {
+// agent {
+// dockerfile {
+// additionalBuildArgs '--pull'
+// dir '.CI/alpine'
+// label 'linux'
+// }
+// environment {
+// OMSFLAGS = "OMTLM=OFF"
+// steps {
+// buildOMS()
151
152
stage('linux32') {
153
agent {
154
dockerfile {
0 commit comments