Skip to content

Commit

Permalink
make changes regarding ocp4.6 (#30)
Browse files Browse the repository at this point in the history
Since OCP 4.6 is live in prod, I am merging this PR.
  • Loading branch information
mabulgu authored Mar 10, 2021
1 parent f9dca6f commit d37de75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Visual Studio Code
.vscode

# OSX
.DS_Store
2 changes: 1 addition & 1 deletion greeting-console/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline{
agent{
label "jenkins-agent-node-14"
label "nodejs"
}
stages{
stage("Install dependencies"){
Expand Down
2 changes: 1 addition & 1 deletion greeting-service/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline{
agent{
label "jenkins-agent-node-14"
label "nodejs"
}
stages{
stage("Install dependencies"){
Expand Down
20 changes: 0 additions & 20 deletions jenkins-agents/node-14/Dockerfile

This file was deleted.

0 comments on commit d37de75

Please sign in to comment.