jenkins-course
jenkins-course copied to clipboard
This is the repository with all the resources for the Jenkins training on Udemy
i have copied the Jenkinsfile for email-notification, but i have doubt that where did you mentioned email address "[email protected]" in your mail declaration section u have provided below, ~~~ def...
done
- Fixed the address to get the public IPv4 address. The previous URL displays an error and does not show the IP address of the remote system. - Added a...
I try to use scripts for Debian os but when I run the script it gives me an Error, like below: E: Unable to locate package docker-ce Failed to enable...
var express = require('express'); var app - express(); app.get('/',function(req,res){ res.send('Hello World'); }} var server = app.listen(300,function(){ var host = server.address().address; var port = server.address().port; console.log('Example app listening at http://%s:%s',host,port);