File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -204,20 +204,13 @@ pipeline {
204
204
always {
205
205
sh ' echo Reverting ownership'
206
206
sh ' docker run --rm -v "$(pwd):/data" jc21/ci-tools chown -R "$(id -u):$(id -g)" /data'
207
- }
208
- success {
209
- juxtapose event : ' success'
210
- sh ' figlet "SUCCESS"'
207
+ printResult(true )
211
208
}
212
209
failure {
213
210
archiveArtifacts(artifacts : ' debug/**/*.*' , allowEmptyArchive : true )
214
- juxtapose event : ' failure'
215
- sh ' figlet "FAILURE"'
216
211
}
217
212
unstable {
218
213
archiveArtifacts(artifacts : ' debug/**/*.*' , allowEmptyArchive : true )
219
- juxtapose event : ' unstable'
220
- sh ' figlet "UNSTABLE"'
221
214
}
222
215
}
223
216
}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ rm -rf "${LOCAL_RESOLVE}"
65
65
printf " nameserver %s\noptions ndots:0" " ${DNSROUTER_IP} " > " ${LOCAL_RESOLVE} "
66
66
67
67
# bring up all remaining containers, except cypress!
68
- docker-compose up -d --remove-orphans stepca
68
+ docker-compose up -d --remove-orphans stepca squid
69
69
docker-compose pull db-mysql || true # ok to fail
70
70
docker-compose up -d --remove-orphans --pull=never fullstack
71
71
You can’t perform that action at this time.
0 commit comments