Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
153fbc4104 | |||
afe07bd542 | |||
bbf5604f1c | |||
6d72b547ec | |||
48e06389fb | |||
95ac8cebc9 | |||
ee790e55ec | |||
b89ccd7458 |
4 changed files with 18 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.3.0 (2024-10-06)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **jenkins**: change the output path
|
||||||
|
|
||||||
## 0.2.0 (2024-10-06)
|
## 0.2.0 (2024-10-06)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -37,10 +37,20 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkarchiso -v -w work -o out server/profiledef.sh
|
echo -ne "I am user "
|
||||||
|
whoami
|
||||||
|
|
||||||
|
mkarchiso -v -w work -o out server
|
||||||
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
archiveArtifacts artifacts: "out/*.iso"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
2
cz.json
2
cz.json
|
@ -3,7 +3,7 @@
|
||||||
"name": "cz_conventional_commits",
|
"name": "cz_conventional_commits",
|
||||||
"tag_format": "$version",
|
"tag_format": "$version",
|
||||||
"version_scheme": "semver2",
|
"version_scheme": "semver2",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"update_changelog_on_bump": true,
|
"update_changelog_on_bump": true,
|
||||||
"major_version_zero": true
|
"major_version_zero": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,4 @@ file_permissions=(
|
||||||
["/root"]="0:0:750"
|
["/root"]="0:0:750"
|
||||||
["/root/.automated_script.sh"]="0:0:755"
|
["/root/.automated_script.sh"]="0:0:755"
|
||||||
["/root/.gnupg"]="0:0:700"
|
["/root/.gnupg"]="0:0:700"
|
||||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
|
||||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue