Branch: refs/heads/1.x
Home: https://github.com/jenkinsci/mesos-plugin
Commit: dff5f40a3a34e128ee7e06db31ee4e910f51ee0b
https://github.com/jenkinsci/mesos-plugin/commit/dff5f40a3a34e128ee7e06db31ee4e910f51ee0b
Author: Samuel Beaulieu <[email protected]>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M src/main/java/org/jenkinsci/plugins/mesos/MesosUtils.java
M src/test/java/org/jenkinsci/plugins/mesos/MesosUtilsTest.java
Log Message:
-----------
Replace invalid hostname characters for task names and docker hostname
Before this change, if you used the mesos plugin option 'Docker Image Can Be
Customized'
and the resulting task name was less than 64 characters it could happen that
the docker
image name contained invalid characters both for the task name and the docker
hostname.
For example a custom label:foo/bar:latest would fail as a task name because /
is invalid
in a task name since it breaks the directory structure. It would also fail as a
docker
hostname since it needs to comply with RFC 1123 hostnames
Original commit was to fix #251
Making the change to the buildNodeName() makes it consistent across the code
Commit: ffbdca00d19d4a2a0b459dd5a8e1b2d4364b3f7f
https://github.com/jenkinsci/mesos-plugin/commit/ffbdca00d19d4a2a0b459dd5a8e1b2d4364b3f7f
Author: Karsten Jeschkies <[email protected]>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M src/main/java/org/jenkinsci/plugins/mesos/MesosUtils.java
M src/test/java/org/jenkinsci/plugins/mesos/MesosUtilsTest.java
Log Message:
-----------
Merge pull request #367 from
puppetlabs/replace-invalid-chars-in-jenkins-build-node
Replace invalid hostname characters for task names and docker hostname
Compare:
https://github.com/jenkinsci/mesos-plugin/compare/22f452cb0117...ffbdca00d19d
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/mesos-plugin/push/refs/heads/1.x/22f452-ffbdca%40github.com.