-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/update-rm-readme
- Loading branch information
Showing
22 changed files
with
31 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,22 +34,6 @@ jobs: | |
--build-arg nexusPassword=s3cr3t \ | ||
. | ||
jenkins-agent-nodejs12-ubi8: | ||
name: Jenkins agent NodeJS 12 (UBI8) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected] | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs12/docker | ||
run: | | ||
docker build --tag agent-nodejs12-test-ubi8 --file Dockerfile.ubi8 \ | ||
--build-arg nexusUrl=https://nexus.example.com \ | ||
--build-arg nexusAuth=developer:s3cr3t \ | ||
. | ||
jenkins-agent-nodejs16-ubi8: | ||
name: Jenkins agent NodeJS 16 (UBI8) | ||
runs-on: ubuntu-22.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: Flask | ||
description: "Flask is a micro web framework written in Python. Technologies: Flask 2.2.2, Python 3.9" | ||
description: "Flask is a micro web framework written in Python. Technologies: Flask 3.0.0, Python 3.11" | ||
supplier: https://www.palletsprojects.com/p/flask/ | ||
version: 4.x | ||
type: ods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
gunicorn==20.1.0 | ||
flask==2.3.2 | ||
gunicorn==21.2.0 | ||
flask==3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-r ./requirements.txt | ||
|
||
mypy==1.3.0 | ||
flake8==6.0.0 | ||
pytest==7.3.1 | ||
mypy==1.7.1 | ||
flake8==6.1.0 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
common/jenkins-agents/nodejs12/docker/contrib/bin/configure-agent
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
common/jenkins-agents/nodejs12/docker/yum.repos.d/centos8.repo
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
common/jenkins-agents/nodejs12/docker/yum.repos.d/google-chrome.repo
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...odules/jenkins-agents/pages/nodejs12.adoc → ...odules/jenkins-agents/pages/nodejs20.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.