Skip to content

Commit

Permalink
test danjac#7
Browse files Browse the repository at this point in the history
  • Loading branch information
The9thLime committed Oct 19, 2024
1 parent 7b208b7 commit cca0500
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ pipeline {
some-label: some-label-value
spec:
containers:
- name: maven
image: maven:alpine
command:
- cat
tty: true
- name: busybox
image: busybox
- name: python
image: python:slim
command:
- cat
tty: true
Expand All @@ -29,9 +24,6 @@ pipeline {
container('maven') {
sh 'mvn -version'
}
container('busybox') {
sh '/bin/busybox'
}
}
}
}
Expand Down

0 comments on commit cca0500

Please sign in to comment.