Add of Jenknis File and setup repo

This commit is contained in:
CICD - Pipeline 2023-03-18 18:20:17 +01:00
parent 2314bd5bce
commit f4779190b1
3 changed files with 22 additions and 6 deletions

16
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,16 @@
pipeline {
agent any
stages {
stage('Testing Express Node JS') {
steps {
echo "Testing Neutral"
}
}
stage('Deploy Neutral') {
steps {
echo "Deploying Neutral"
}
}
}
}

View File

@ -239,7 +239,7 @@
last_dir.addEventListener("click", () => {
var cdSplit = currentDir.value.split("\\")
var cdSplit = currentDir.value.split("/")
if(cdSplit.slice(-1) == "") {
@ -253,7 +253,7 @@
}
currentDir.value = cdSplit.join("\\")
currentDir.value = cdSplit.join("/")
getDirectory(currentDir.value)
@ -294,7 +294,7 @@
if(currentDir.value.slice(-1) != "\\" && currentDir.value.slice(-1) != "/") {
currentDir.value = currentDir.value + "\\" + file.name
currentDir.value = currentDir.value + "/" + file.name
} else if(currentDir.value.slice(-1) == "/") {

View File

@ -5,9 +5,9 @@
"fullname": "Raphael PICOT",
"permissionLevel": 4,
"token": {
"tokenID": "0c2ac628-848e-42dd-9def-aaccac08b058",
"tokenID": "748eac04-7725-4da3-a5ce-e02655e9a320",
"livableToken": true,
"createdAt": 1677339339934
"createdAt": 1677602543822
},
"lastconnexion": 1677421147948
"lastconnexion": 1677602755015
}