Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750043
D1798.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1798.diff
View Options
diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.
-This project adheres to [semantic versioning](http://semver.org/).
+This project adheres to [semantic versioning](https://semver.org/).
## [0.5.0] - 2016-07-21
### Added
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@
Put your Jenkins URL in place (HUDSON_URL) and boot the app.
If you are password protecting your Hudson dashboard then encode like this:
-http://username:password@instance.domain.tld
+https://username:password@instance.domain.tld
A Docker image is also provided:
```
docker pull nasqueron/tommy
-docker run -dt -p 8080:4567 -e JENKINS_URL=http://ci.domain.tld nasqueron/tommy
+docker run -dt -p 8080:4567 -e JENKINS_URL=https://ci.domain.tld nasqueron/tommy
```
### Exit codes
@@ -30,6 +30,6 @@
### Contributors
-* Written by [@arfon](http://twitter.com/arfon "Twitter")
+* Written by [@arfon](https://twitter.com/arfon "Twitter")
* Currently maintained by
[Sébastien Santoro aka Dereckson](https://www.dereckson.be/)
diff --git a/tommy.rb b/tommy.rb
--- a/tommy.rb
+++ b/tommy.rb
@@ -37,7 +37,7 @@
rescue KeyError
$stderr.write %(You must define JENKINS_URL to your Jenkins instance URL.
-If you need to pass credentials, you can use the syntax http://username:password@jenkins.domain.tld.
+If you need to pass credentials, you can use the syntax https://username:password@jenkins.domain.tld.
)
exit 1
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 20:23 (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249801
Default Alt Text
D1798.diff (1 KB)
Attached To
Mode
D1798: Use more HTTPS
Attached
Detach File
Event Timeline
Log In to Comment